Click or drag to resize

EllipsoidSurfaceNormalMotion 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: 24.1.418.0 (24.1.418.0)
Syntax
public UnitCartesian SurfaceNormalMotion(
	Cartesian surfacePosition
)

Parameters

surfacePosition
Type: AGI.Foundation.CoordinatesCartesian
The position of the surface point.

Return Value

Type: UnitCartesian
The 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