BulletCSharp.btAlignedObjectArraySBJointPtr.expand C# (CSharp) Method

expand() public method

public expand ( ) : SWIGTYPE_p_p_SBJoint
return SWIGTYPE_p_p_SBJoint
        public SWIGTYPE_p_p_SBJoint expand()
        {
            SWIGTYPE_p_p_SBJoint ret = new SWIGTYPE_p_p_SBJoint(BulletSoftBodyPINVOKE.btAlignedObjectArraySBJointPtr_expand__SWIG_1(swigCPtr), false);
            return ret;
        }

Same methods

btAlignedObjectArraySBJointPtr::expand ( SBJoint fillValue ) : SWIGTYPE_p_p_SBJoint