maxGap Method
Return the max gap between adjacent primitives in Path and Loop collections.
- In a Path, gaps are computed between consecutive primitives.
- In a Loop, gaps are computed between consecutive primitives and between last and first.
- Gaps are NOT computed between consecutive CurvePrimitives in "unstructured" collections. The type is "unstructured" so gaps should not be semantically meaningful.
maxGap(): number
Returns - number
Defined in
- curve/CurveCollection.ts Line 98
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.