| VectorNormalized Constructor (Vector) | 
 
            Construct a new unit vector based on an existing vector.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic VectorNormalized(
	Vector vectorToNormalize
)
Public Sub New ( 
	vectorToNormalize As Vector
)
public:
VectorNormalized(
	Vector^ vectorToNormalize
)
new : 
        vectorToNormalize : Vector -> VectorNormalizedParameters
- vectorToNormalize
- Type: AGI.Foundation.GeometryVector
 The vector to normalize.
 See Also
See Also