EllipsoidPatch Class
- An
EllipsoidPatch
is- An underlying (full)
Ellipsoid
object - an angular range (
AngleSweep
) of longitudes around the equator - an angular range (
AngleSweep
) of latitudes, with 0 at the equator, +90 degrees at north pole.
- An underlying (full)
- The
EllipsoidPatch
implementsUVSurface
methods, so aPolyfaceBuilder
can generate facets in its methodaddUVGridBody
Implements
Methods
Name | Description | |
---|---|---|
anglesToUnitNormalRay(position: LongitudeLatitudeNumber, result?: Ray3d): undefined | Ray3d | Compute point (with altitude) at given angles and altitude. | |
containsAngles(position: LongitudeLatitudeNumber, allowPeriodicLongitude: booleantrue): boolean | test if the angles of the LongitudeLatitudeNumber are within the sweep ranges. |
|
intersectRay(ray: Ray3d, restrictToPatch: boolean, convertIntersectionRadiansToFractions: booleanfalse): CurveAndSurfaceLocationDetail[] | Return intersections of the ray and surface. | |
projectPointToSurface(spacePoint: Point3d): undefined | LongitudeLatitudeNumber | Find the closest point of the (patch of the) ellipsoid. | |
range(result?: Range3d): Range3d | Return the range of the patch, considering both boundary and internal extrema. | |
uvFractionToAngles(longitudeFraction: number, phiFraction: number, h: number0, result?: LongitudeLatitudeNumber): LongitudeLatitudeNumber | Return simple angles of a fractional position in the patch. | |
uvFractionToPoint(longitudeFraction: number, latitudeFraction: number, result?: Point3d): Point3d | Return the point on the ellipsoid at fractional positions in the angular ranges. | |
uvFractionToPointAndTangents(longitudeFraction: number, latitudeFraction: number, result?: Plane3dByOriginAndVectors): Plane3dByOriginAndVectors | Return the point and derivative vectors on the ellipsoid at fractional positions in the angular ranges. | |
createCapture(ellipsoid: Ellipsoid, longitudeSweep: AngleSweep, latitudeSweep: AngleSweep): EllipsoidPatch Static | Create a new EllipsoidPatch, capturing (not cloning) all input object references. |
Properties
Name | Type | Description | |
---|---|---|---|
ellipsoid | Ellipsoid | ||
latitudeSweep | AngleSweep | ||
longitudeSweep | AngleSweep |
Defined in
- geometry3d/Ellipsoid.ts Line 772
Last Updated: 13 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.