BulletCSharp.btAlignedObjectArrayLink.expand C# (CSharp) Method

expand() public method

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

Same methods

btAlignedObjectArrayLink::expand ( Link fillValue ) : Link