Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public AxesLocalVerticalLocalHorizontal(
	ReferenceFrame frame,
	Point point
)

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