isInner
isInner: boolean = false
Flag for inner loop status (default value is false).
- Typical usage is to set to
trueon holeLoops in aParityRegionto distinguish them from the outerLoop. - This property is only set by the user, and does not affect region processing.
- This property is propagated through clone and JSON/FlatBuffer de/serialization.
- For best de/serialization results, avoid setting to
falseon multipleLoops of aParityRegion.
Defined in
- curve/Loop.ts Line 37
Last Updated: 24 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.