AxesAlignedConstrained Constructor (Vector, Vector) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> AxesAlignedConstrainedParameters
- 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