Click or drag to resize

ReferenceFrameEvaluatorEvaluate Method (JulianDate)

Gets the transformation that will transform a point expressed in the frame in which this frame is defined and express it in this frame. This method is equivalent to calling Evaluate(JulianDate, Int32) with an order of 0.

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

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The instant at which to get the transformation.

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.

Implements

IEvaluatorTEvaluate(JulianDate)
See Also