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.2.419.0 (24.2.419.0)
Syntax public Cartesian Gradient(
Cartesian position
)
Public Function Gradient (
position As Cartesian
) As Cartesian
public:
Cartesian Gradient(
Cartesian position
)
member Gradient :
position : Cartesian -> Cartesian
Parameters
- position
- Type: AGI.Foundation.CoordinatesCartesian
The position.
Return Value
Type:
CartesianThe gradient.
See Also