BulletCSharp.btSliderConstraint.getFrameOffsetA C# (CSharp) Method

getFrameOffsetA() public method

public getFrameOffsetA ( ) : SWIGTYPE_p_btTransform
return SWIGTYPE_p_btTransform
        public SWIGTYPE_p_btTransform getFrameOffsetA()
        {
            SWIGTYPE_p_btTransform ret = new SWIGTYPE_p_btTransform(BulletDynamicsPINVOKE.btSliderConstraint_getFrameOffsetA__SWIG_0(swigCPtr), false);
            return ret;
        }
btSliderConstraint