Click or drag to resize

EllipsoidGradient Method

The gradient of the ellipsoid evaluated at the provided position.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Cartesian Gradient(
	Cartesian position
)

Parameters

position
Type: AGI.Foundation.CoordinatesCartesian
The position.

Return Value

Type: Cartesian
The gradient.
See Also