The ellipsoid norm evaluated at the provided position.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Coordinates.Cartesian
The position.
Return Value
Type:
DoubleThe norm.
See Also