otherEllipsoidAnglesToThisEllipsoidAngles Method
- Evaluate the surface normal on
otherellipsoid at given angles- If
otheris undefined, default to unit sphere.
- If
- Find the angles for the same normal on
thisellipsoid
otherEllipsoidAnglesToThisEllipsoidAngles(otherEllipsoid: Ellipsoid, otherAngles: LongitudeLatitudeNumber, result?: LongitudeLatitudeNumber): undefined | LongitudeLatitudeNumber
| Parameter | Type | Description |
|---|---|---|
| otherEllipsoid | Ellipsoid | |
| otherAngles | LongitudeLatitudeNumber | |
| result | LongitudeLatitudeNumber |
Returns - undefined | LongitudeLatitudeNumber
Defined in
- geometry3d/Ellipsoid.ts Line 652
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.