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

Plane Constructor (Vector3, Single)

 [This is preliminary documentation and subject to change.]

Constructs a plane from a normal vector and distance from the origin.

[Visual Basic]
Public Sub New( _ 
   ByVal Vector3 As Vector3, _ 
   ByVal Single As Single _ 
)
[C#]
public Plane(
   Vector3 Vector3,
   float Single
);
[C++]
public: Plane(
   Vector3 Vector3,
   float Single
);
[JScript]
public function Plane(
   Vector3 Vector3,
   float Single
);

See Also

Plane Structure | mPhysics.Foundation Namespace | Plane Constructor Overload List