EllipsoidTangentPlane
A plane tangent to the provided ellipsoid at the provided origin. If origin is not on the surface of the ellipsoid, it's surface projection will be used. If origin is at the center of the ellipsoid, an exception will be thrown.
See also
Properties
The ellipsoid to use. Default value - Ellipsoid.default
The point on the surface of the ellipsoid where the tangent plane touches.
Gets the local X-axis (east) of the tangent plane.
Gets the local Y-axis (north) of the tangent plane.
Gets the local Z-axis (up) of the tangent plane.
Functions
Computes the projection of the provided 2D position onto the 3D ellipsoid.
Computes the projection of the provided 3D position onto the 2D plane, radially outward from the EllipsoidTangentPlane.ellipsoid coordinate system origin.
Computes the projection of the provided 2D positions onto the 3D ellipsoid.
Computes the projection of the provided 3D positions onto the 2D plane (where possible), radially outward from the global origin. The resulting array may be shorter than the input array - if a single projection is impossible it will not be included.
Computes the projection of the provided 3D positions onto the 2D plane, along the plane normal.
Computes the projection of the provided 3D position onto the 2D plane, along the plane normal.