Covariance3By3Derivative Constructor |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Covariance3By3Derivative(
Cartesian sigmaDerivatives,
Cartesian rotationDerivative,
int order
)
Public Sub New (
sigmaDerivatives As Cartesian,
rotationDerivative As Cartesian,
order As Integer
)
public:
Covariance3By3Derivative(
Cartesian sigmaDerivatives,
Cartesian rotationDerivative,
int order
)
new :
sigmaDerivatives : Cartesian *
rotationDerivative : Cartesian *
order : int -> Covariance3By3Derivative
Parameters
- sigmaDerivatives
- Type: AGI.Foundation.CoordinatesCartesian
The derivative sigmas. - rotationDerivative
- Type: AGI.Foundation.CoordinatesCartesian
The derivative of the rotation of the frame where the covariances
(not the variances) are zero. - order
- Type: SystemInt32
The order of the derivative of the other two parameters.
See Also