Vector2DNormalized Property |
Returns the current vector with a length of 1.
Namespace:
LightBuzz
Assembly:
LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Vector2D Normalized { get; }
Public ReadOnly Property Normalized As Vector2D
Get
public:
property Vector2D Normalized {
Vector2D get ();
}
member Normalized : Vector2D with get
Property Value
Type:
Vector2D
See Also