shared modeMoveVertex:INT; |
---|
d,i1,j:INT; |
---|
**** | check if i0 have near points, and shrink/splice it. c.f. MoveVertex |
**** | check if i0 have near points, and shrink/splice it. c.f. MoveVertex |
if (i0<0) or (Knot.length<i0) then return; end; |
---|
**** |
**** | check if i0 have near points, and shrink/splice it. c.f. MoveVertex |
IfNear(inout Knot:KNOT, i0:INT) |
---|
IfNear(inout Knot:KNOT, i0:INT) |
---|
d,i1,j:INT; |
---|
**** | check if i0 have near points, and shrink/splice it. c.f. MoveVertex |
**** | check if i0 have near points, and shrink/splice it. c.f. MoveVertex |
if (i0<0) or (Knot.length<i0) then return; end; |
---|
**** |
**** | check if i0 have near points, and shrink/splice it. c.f. MoveVertex |
IfNear(inout Knot:KNOT, i0:INT) |
---|
IfNear(inout Knot:KNOT, i0:INT) |
---|
**** |
__shrink_knot |