Click or drag to resize

AxesAlignedConstrained Constructor (Vector, 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 AxesAlignedConstrained(
	Vector principal,
	Vector reference
)

Parameters

principal
Type: AGI.Foundation.GeometryVector
The principal direction vector with which the X-axis of this set of axes will be aligned.
reference
Type: AGI.Foundation.GeometryVector
The reference direction vector. The Z-axis of this set of axes will be constrained to minimize the angular separation from this vector.
See Also