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 );
Plane Structure | mPhysics.Foundation Namespace | Plane Constructor Overload List