Vector2DMagnitudeSquared 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 MagnitudeSquared { get; }
Public ReadOnly Property MagnitudeSquared As Single
Get
public:
property float MagnitudeSquared {
float get ();
}
member MagnitudeSquared : float32 with get
Property Value
Type:
Single
See Also