Transforms this plane by the given matrix and returns the result.
[Visual Basic] Public Function TransformBy( _ ByRef Matrix34& As Matrix34 _ ) As Plane [C#] public Plane TransformBy( ref Matrix34 Matrix34& ); [C++] public: Plane TransformBy( * Matrix34* Matrix34& ); [JScript] public function TransformBy( Matrix34 Matrix34& ): Plane;
Plane Structure | mPhysics.Foundation Namespace