GeometryTransformerGetReferenceFrameTransformation Method (ReferenceFrame, ReferenceFrame) |
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: 24.2.419.0 (24.2.419.0)
Syntax public static ReferenceFrameEvaluator GetReferenceFrameTransformation(
ReferenceFrame from,
ReferenceFrame to
)
Public Shared Function GetReferenceFrameTransformation (
from As ReferenceFrame,
to As ReferenceFrame
) As ReferenceFrameEvaluator
public:
static ReferenceFrameEvaluator^ GetReferenceFrameTransformation(
ReferenceFrame^ from,
ReferenceFrame^ to
)
static member GetReferenceFrameTransformation :
from : ReferenceFrame *
to : ReferenceFrame -> ReferenceFrameEvaluator
Parameters
- from
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame that the returned evaluator should transform from. - to
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame that the returned evaluator should transform to.
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