BulletCSharp.btSparseSdf3.Hash C# (CSharp) Method

Hash() public static method

public static Hash ( int x, int y, int z, SWIGTYPE_p_btCollisionShape shape ) : uint
x int
y int
z int
shape SWIGTYPE_p_btCollisionShape
return uint
        public static uint Hash(int x, int y, int z, SWIGTYPE_p_btCollisionShape shape)
        {
            uint ret = BulletSoftBodyPINVOKE.btSparseSdf3_Hash(x, y, z, SWIGTYPE_p_btCollisionShape.getCPtr(shape));
            return ret;
        }