PointInPointsFrame Constructor (Point, Point) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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