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

Plane.Distance Property

 [This is preliminary documentation and subject to change.]

The distance from the origin to this plane (along the normal.)

[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

Plane Structure | mPhysics.Foundation Namespace