DilutionOfPrecisionGetGeometryMatrix Method |
Note: This API is now obsolete.
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 [ObsoleteAttribute("Use GeometryMatrix instead")]
public double[,] GetGeometryMatrix()
<ObsoleteAttribute("Use GeometryMatrix instead")>
Public Function GetGeometryMatrix As Double(,)
public:
[ObsoleteAttribute(L"Use GeometryMatrix instead")]
array<double,2>^ GetGeometryMatrix()
[<ObsoleteAttribute("Use GeometryMatrix instead")>]
member GetGeometryMatrix : unit -> float[,]
Return Value
Type:
DoubleThe geometry matrix.
See Also