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: 24.2.419.0 (24.2.419.0)
Syntax public VectorNormalized(
Vector vectorToNormalize
)
Public Sub New (
vectorToNormalize As Vector
)
public:
VectorNormalized(
Vector^ vectorToNormalize
)
new :
vectorToNormalize : Vector -> VectorNormalized
Parameters
- vectorToNormalize
- Type: AGI.Foundation.GeometryVector
The vector to normalize.
See Also