GeometryTransformer.GetReferenceFrameTransformation Method (ReferenceFrame, ReferenceFrame, EvaluatorGroup) |
Gets an evaluator that can evaluate the transformation between two reference frames.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static ReferenceFrameEvaluator GetReferenceFrameTransformation(
ReferenceFrame from,
ReferenceFrame to,
EvaluatorGroup group
)
Public Shared Function GetReferenceFrameTransformation (
from As ReferenceFrame,
to As ReferenceFrame,
group As EvaluatorGroup
) As ReferenceFrameEvaluator
public:
static ReferenceFrameEvaluator^ GetReferenceFrameTransformation(
ReferenceFrame^ from,
ReferenceFrame^ to,
EvaluatorGroup^ group
)
static member GetReferenceFrameTransformation :
from : ReferenceFrame *
to : ReferenceFrame *
group : EvaluatorGroup -> ReferenceFrameEvaluator
Parameters
- from
- Type: AGI.Foundation.Geometry.ReferenceFrame
The ReferenceFrame that the returned evaluator should transform from. - to
- Type: AGI.Foundation.Geometry.ReferenceFrame
The ReferenceFrame that the returned evaluator should transform to. - group
- Type: AGI.Foundation.EvaluatorGroup
The group with which to associate the new evaluator. By grouping evaluators
that are often evaluated at the same Julian dates, common computations can be performed only once
for the entire group instead of multiple times for each evaluator.
Return Value
Type:
ReferenceFrameEvaluatorAn evaluator to evaluate the transformation that must be applied to a point expressed in the
from reference frame in order to express that point in the
to reference frame.
Exceptions
See Also