Click or drag to resize

AxesInVectorsAxes Constructor (Axes, Vector)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AxesInVectorsAxes(
	Axes axesToObserve,
	Vector vector
)

Parameters

axesToObserve
Type: AGI.Foundation.GeometryAxes
The axes to observe.
vector
Type: AGI.Foundation.GeometryVector
The axes is observed in the axes in which this vector is defined.
See Also