Click or drag to resize

Ellipsoid.NormSquared 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: 25.1.421.0 (25.1.421.0)
Syntax
public double NormSquared(
	Cartesian position
)

Parameters

position
Type: AGI.Foundation.Coordinates.Cartesian
The position.

Return Value

Type: Double
The square of the norm.
See Also