BulletCSharp.btMatrix3x3.setValue C# (CSharp) Method

setValue() public method

public setValue ( float xx, float xy, float xz, float yx, float yy, float yz, float zx, float zy, float zz ) : void
xx float
xy float
xz float
yx float
yy float
yz float
zx float
zy float
zz float
return void
        public void setValue(float xx, float xy, float xz, float yx, float yy, float yz, float zx, float zy, float zz)
        {
            LinearMathPINVOKE.btMatrix3x3_setValue(swigCPtr, xx, xy, xz, yx, yy, yz, zx, zy, zz);
        }