ReferenceFrame Constructor (Point, Axes) |
Initializes a new instance with the specified origin and axes.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReferenceFrame(
Point origin,
Axes axes
)
Public Sub New (
origin As Point,
axes As Axes
)
public:
ReferenceFrame(
Point^ origin,
Axes^ axes
)
new :
origin : Point *
axes : Axes -> ReferenceFrame
Parameters
- origin
- Type: AGI.Foundation.GeometryPoint
The origin of the reference frame. - axes
- Type: AGI.Foundation.GeometryAxes
The axes of the reference frame.
See Also