 | Vector2FGetNormalized Method |
Returns the normalized vector.
Namespace: Slash.Math.Algebra.VectorsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic Vector2F GetNormalized()
Public Function GetNormalized As Vector2F
public:
Vector2F GetNormalized()
member GetNormalized : unit -> Vector2F
Return Value
Type:
Vector2F This vector normalized.
See Also