GeometryTransformerAdvancedObservePointInOtherPointsFrame Method (Point, Point, EvaluatorGroup) |
Gets an evaluator that can be used to observe the
Motion<
Cartesian>
of a point at a given
JulianDate in the reference frame in which another point is defined.
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 PointEvaluator ObservePointInOtherPointsFrame(
Point pointToObserve,
Point frameOwner,
EvaluatorGroup group
)
Public Shared Function ObservePointInOtherPointsFrame (
pointToObserve As Point,
frameOwner As Point,
group As EvaluatorGroup
) As PointEvaluator
public:
static PointEvaluator^ ObservePointInOtherPointsFrame(
Point^ pointToObserve,
Point^ frameOwner,
EvaluatorGroup^ group
)
static member ObservePointInOtherPointsFrame :
pointToObserve : Point *
frameOwner : Point *
group : EvaluatorGroup -> PointEvaluator
Parameters
- pointToObserve
- Type: AGI.Foundation.GeometryPoint
The point to observe. - frameOwner
- Type: AGI.Foundation.GeometryPoint
The point is observed in the reference frame in which this point is defined. - group
- Type: AGI.FoundationEvaluatorGroup
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:
PointEvaluatorAn evaluator to find the motion of a point in another point's reference frame.
Exceptions See Also