Vector2DLengthSquared Property |
Returns the squared length of the current vector.
Namespace:
LightBuzz
Assembly:
LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic float LengthSquared { get; }
Public ReadOnly Property LengthSquared As Single
Get
public:
property float LengthSquared {
float get ();
}
member LengthSquared : float32 with get
Property Value
Type:
Single
See Also