Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static PointEvaluator ObservePointInOtherPointsFrame(
	Point pointToObserve,
	Point frameOwner
)

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: PointEvaluator
An evaluator to find the motion of a point in another point's reference frame.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when pointToObserve or frameOwner is .
See Also