Click or drag to resize

InternationalTerrestrialReferenceFrameTransformer.ConvertAxes 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: 25.1.421.0 (25.1.421.0)
Syntax
public Axes ConvertAxes(
	Axes fromAxes,
	Axes axes
)

Parameters

fromAxes
Type: AGI.Foundation.Geometry.Axes
An axes that is the same axes as the Axes of From.
axes
Type: AGI.Foundation.Geometry.Axes
The axes to be converted.

Return Value

Type: Axes
The converted axes.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when fromAxes or axes is null.
PropertyInvalidException Thrown when Epoch is null.
See Also