BulletCSharp.btQuadWord.getZ C# (CSharp) Method

getZ() public method

public getZ ( ) : float
return float
        public float getZ()
        {
            float ret = LinearMathPINVOKE.btQuadWord_getZ(swigCPtr);
            return ret;
        }