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