mPhysics - A .NET Wrapper for Ageia's PhysX SDK

Vector3.Magnitude Property

 [This is preliminary documentation and subject to change.]

Get/Set the magnitude of this vector

[Visual Basic]
Public Property Single As 
[C#]
public float Single { get; set; }
[C++]
public: __property  get_Single();
public: __property void set_Single(float );
[JScript]
public function get Single() : float
public function set Single(float);

See Also

Vector3 Structure | mPhysics.Foundation Namespace