AxesAlignedConstrained Constructor (Vector, Vector) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AxesAlignedConstrained(
Vector principal,
Vector reference
)
Public Sub New (
principal As Vector,
reference As Vector
)
public:
AxesAlignedConstrained(
Vector^ principal,
Vector^ reference
)
new :
principal : Vector *
reference : Vector -> AxesAlignedConstrained
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