segmentIndexAndLocalFractionToGlobalFraction Method
Convert a segment index and local fraction to a global linestring fraction.
segmentIndexAndLocalFractionToGlobalFraction(index: number, localFraction: number): number
@returns global fraction f such that the segment is parameterized by index/N <= f <= (index+1)/N.
Returns - number
global fraction f such that the segment is parameterized by index/N <= f <= (index+1)/N.
Defined in
- curve/LineString3d.ts Line 602
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.