PointInPointsFrame Constructor (Point, Point) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PointInPointsFrame(
Point observedPoint,
Point frameOwner
)
Public Sub New (
observedPoint As Point,
frameOwner As Point
)
public:
PointInPointsFrame(
Point^ observedPoint,
Point^ frameOwner
)
new :
observedPoint : Point *
frameOwner : Point -> PointInPointsFrame
Parameters
- observedPoint
- Type: AGI.Foundation.GeometryPoint
The point that is observed in the frameOwner's reference frame. - frameOwner
- Type: AGI.Foundation.GeometryPoint
The point in whose ReferenceFrame the observedPoint will be observed.
Exceptions See Also