Vector3::Normalize Method
Returns a vector with the same direction as the specified vector, but with a length of one.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- value
- Type: System.Numerics::Vector3
The vector to normalize.
Show: