DilutionOfPrecisionGeometryMatrix Property |
Gets the Geometry matrix (G) after the rotation to the receiver orientation is applied.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DenseMatrix GeometryMatrix { get; }
Public ReadOnly Property GeometryMatrix As DenseMatrix
Get
public:
property DenseMatrix^ GeometryMatrix {
DenseMatrix^ get ();
}
member GeometryMatrix : DenseMatrix with get
Return Value
Type:
DenseMatrixThe geometry matrix.
See Also