EllipsoidNormSquared Method |
The square of the ellipsoid
Norm(Cartesian) evaluated at the provided position.
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 double NormSquared(
Cartesian position
)
Public Function NormSquared (
position As Cartesian
) As Double
public:
double NormSquared(
Cartesian position
)
member NormSquared :
position : Cartesian -> float
Parameters
- position
- Type: AGI.Foundation.CoordinatesCartesian
The position.
Return Value
Type:
DoubleThe square of the norm.
See Also