 | Vector3F.Normalize Method |
Normalizes this vector.
Namespace: Slash.Math.Algebra.VectorsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic Vector3F Normalize()
Public Function Normalize As Vector3F
public:
Vector3F Normalize()
member Normalize : unit -> Vector3F
Return Value
Type:
Vector3FVector with the same orientation as this one, and unit length.
See Also