BulletCSharp.BulletCollisionPINVOKE.btBoxShape_calculateLocalInertia C# (CSharp) Method

btBoxShape_calculateLocalInertia() private method

private btBoxShape_calculateLocalInertia ( HandleRef jarg1, float jarg2, HandleRef jarg3 ) : void
jarg1 System.Runtime.InteropServices.HandleRef
jarg2 float
jarg3 System.Runtime.InteropServices.HandleRef
return void
        public static extern void btBoxShape_calculateLocalInertia(HandleRef jarg1, float jarg2, HandleRef jarg3);
BulletCollisionPINVOKE