Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public ReferenceFrame(
	Point origin,
	Axes axes
)

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