Click or drag to resize

ReferenceFrameEvaluatorEvaluate Method (JulianDate, Int32)

Gets the transformation that will transform a point expressed in the frame in which this frame is defined and express it in this frame.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public KinematicTransformation Evaluate(
	JulianDate date,
	int order
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The instant at which to get the transformation.
order
Type: SystemInt32
The order of highest required derivative. To retrieve just the position, pass 0 for this value. To retrieve the velocity as well, pass 1. etc.

Return Value

Type: KinematicTransformation
The transformation that will transform a point expressed in the frame in which this frame is defined and express it in this frame.
See Also