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