BulletCSharp.btAlignedObjectArrayFace.expand C# (CSharp) Method

expand() public method

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

Same methods

btAlignedObjectArrayFace::expand ( Face fillValue ) : Face