Click or drag to resize

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

Parameters

date
Type: AGI.Foundation.Time.JulianDate
The instant at which to get the transformation.
order
Type: System.Int32
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