PointInReferenceFrame Constructor (Point, ReferenceFrame) |
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 PointInReferenceFrame(
Point point,
ReferenceFrame frame
)
Public Sub New (
point As Point,
frame As ReferenceFrame
)
public:
PointInReferenceFrame(
Point^ point,
ReferenceFrame^ frame
)
new :
point : Point *
frame : ReferenceFrame -> PointInReferenceFrame
Parameters
- point
- Type: AGI.Foundation.GeometryPoint
The point to observe. - frame
- Type: AGI.Foundation.GeometryReferenceFrame
The frame in which to observe the point.
See Also