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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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