Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public Axes ConvertAxes(
	Axes fromAxes,
	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: Axes
The converted axes.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if fromAxes or axes is .
PropertyInvalidExceptionThrown if the Epoch is .
See Also