matlab - Duplicating a Mesh and moving it -


i've got source mesh, want duplicate (i can that), want move duplicate, i.e change coordinate of vertices, in such way if it's superimposed onto source mesh, there offset.

just add small offset (you may need different value other 0.1)

v=v+0.1*ones(size(v)); 

Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -