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.2.419.0 (24.2.419.0)
Syntax public KinematicTransformation Evaluate(
JulianDate date,
int order
)
Public Function Evaluate (
date As JulianDate,
order As Integer
) As KinematicTransformation
public:
KinematicTransformation Evaluate(
JulianDate date,
int order
)
member Evaluate :
date : JulianDate *
order : int -> KinematicTransformation
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