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.2.419.0 (24.2.419.0)
Syntax public override KinematicTransformation Evaluate(
JulianDate date
)
Public Overrides Function Evaluate (
date As JulianDate
) As KinematicTransformation
public:
virtual KinematicTransformation Evaluate(
JulianDate date
) override
abstract Evaluate :
date : JulianDate -> KinematicTransformation
override Evaluate :
date : JulianDate -> KinematicTransformation
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