Ellipsoid.SurfaceNormalMotion Method (Cartesian) |
Converts the position given in terms of a surface point to the surface normal vector.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic UnitCartesian SurfaceNormalMotion(
Cartesian surfacePosition
)
Public Function SurfaceNormalMotion (
surfacePosition As Cartesian
) As UnitCartesian
public:
UnitCartesian SurfaceNormalMotion(
Cartesian surfacePosition
)
member SurfaceNormalMotion :
surfacePosition : Cartesian -> UnitCartesian
Parameters
- surfacePosition
- Type: AGI.Foundation.Coordinates.Cartesian
The position of the surface point.
Return Value
Type:
UnitCartesianThe surface normal vector.
Remarks
The surfacePosition must be in a fixed reference frame
centered on the center of mass of this ellipsoid and must be the motion of a surface point.
See Also