BulletCSharp.btMatrix3x3.btMatrix3x3 C# (CSharp) Method

btMatrix3x3() public method

public btMatrix3x3 ( ) : System
return System
        public btMatrix3x3()
            : this(LinearMathPINVOKE.new_btMatrix3x3__SWIG_0(), true)
        {
        }

Same methods

btMatrix3x3::btMatrix3x3 ( IntPtr cPtr, bool cMemoryOwn ) : System
btMatrix3x3::btMatrix3x3 ( btMatrix3x3 other ) : System
btMatrix3x3::btMatrix3x3 ( btQuaternion q ) : System
btMatrix3x3::btMatrix3x3 ( float xx, float xy, float xz, float yx, float yy, float yz, float zx, float zy, float zz ) : System