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.2.419.0 (24.2.419.0)
Syntax public 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.CoordinatesCartesian
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