InternationalTerrestrialReferenceFrameTransformerConvertAxes Method (Axes, Axes) |
Converts an
Axes such that the ITRF transformation is applied when it is evaluated.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Axes ConvertAxes(
Axes fromAxes,
Axes axes
)
Public Function ConvertAxes (
fromAxes As Axes,
axes As Axes
) As Axes
public:
Axes^ ConvertAxes(
Axes^ fromAxes,
Axes^ axes
)
member ConvertAxes :
fromAxes : Axes *
axes : Axes -> Axes
Parameters
- fromAxes
- Type: AGI.Foundation.GeometryAxes
An axes that is the same axes as the Axes of From.
- axes
- Type: AGI.Foundation.GeometryAxes
The axes to be converted.
Return Value
Type:
AxesThe converted axes.
Exceptions See Also