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