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