BulletCSharp.btHinge2Constraint.getAngle1 C# (CSharp) Method

getAngle1() public method

public getAngle1 ( ) : float
return float
        public float getAngle1()
        {
            float ret = BulletDynamicsPINVOKE.btHinge2Constraint_getAngle1(swigCPtr);
            return ret;
        }