AxesLocalVerticalLocalHorizontal Constructor (ReferenceFrame, Point) |
Initializes a new instance with the specified parameters.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AxesLocalVerticalLocalHorizontal(
ReferenceFrame frame,
Point point
)
Public Sub New (
frame As ReferenceFrame,
point As Point
)
public:
AxesLocalVerticalLocalHorizontal(
ReferenceFrame^ frame,
Point^ point
)
new :
frame : ReferenceFrame *
point : Point -> AxesLocalVerticalLocalHorizontal
Parameters
- frame
- Type: AGI.Foundation.GeometryReferenceFrame
The reference frame in which this points motion is to be observed. - point
- Type: AGI.Foundation.GeometryPoint
The point that defines this axes.
See Also