Click or drag to resize

ReferenceFrameEvaluator.Evaluate 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: 25.1.421.0 (25.1.421.0)
Syntax
public override KinematicTransformation Evaluate(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.Time.JulianDate
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

IEvaluator<T>.Evaluate(JulianDate)
See Also