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