GeometryTransformerAdvancedObservePointInOtherPointsFrame Method (Point, Point) |
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
)
Public Shared Function ObservePointInOtherPointsFrame (
pointToObserve As Point,
frameOwner As Point
) As PointEvaluator
public:
static PointEvaluator^ ObservePointInOtherPointsFrame(
Point^ pointToObserve,
Point^ frameOwner
)
static member ObservePointInOtherPointsFrame :
pointToObserve : Point *
frameOwner : Point -> 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.
Return Value
Type:
PointEvaluatorAn evaluator to find the motion of a point in another point's reference frame.
Exceptions See Also