sectionArcWithIntermediateNormal Method
- create a section arc with and end at positions A and B, and in plane with the normal at a fractional interpolation between.
sectionArcWithIntermediateNormal(angleA: LongitudeLatitudeNumber, intermediateNormalFraction: number, angleB: LongitudeLatitudeNumber): Arc3d
| Parameter | Type | Description |
|---|---|---|
| angleA | LongitudeLatitudeNumber | start point of arc (given as angles on this ellipsoid) |
| intermediateNormalFraction | number | |
| angleB | LongitudeLatitudeNumber | end point of arc (given as angles on this ellipsoid) |
Returns - Arc3d
Defined in
- geometry3d/Ellipsoid.ts Line 531
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.