DilutionOfPrecisionGetGeometryMatrix Method |
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.1.416.0 (23.1.416.0)
Syntaxpublic double[,] GetGeometryMatrix()
Public Function GetGeometryMatrix As Double(,)
public:
array<double,2>^ GetGeometryMatrix()
member GetGeometryMatrix : unit -> float[,]
Return Value
Type:
DoubleThe geometry matrix.
See Also