Project

General

Profile

« Previous | Next » 

Revision cbd502ec

Added by Leszek Koltunski almost 4 years ago

Progress with the Predeform app; deepCopy for the Meshes; various fixes.

View differences:

src/main/java/org/distorted/library/mesh/MeshRectangles.java
170 170

  
171 171
    setAttribs(attribs);
172 172
    }
173

  
174
///////////////////////////////////////////////////////////////////////////////////////////////////
175
/**
176
 * deep copy.
177
 */
178
 public MeshRectangles(MeshRectangles mesh)
179
   {
180
   super(mesh);
181
   }
182

  
183
///////////////////////////////////////////////////////////////////////////////////////////////////
184
/**
185
 * deep copy.
186
 */
187
 public MeshRectangles deepCopy()
188
   {
189
   return new MeshRectangles(this);
190
   }
173 191
 }

Also available in: Unified diff