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/MeshJoined.java
35 35
    join(meshes);
36 36
    }
37 37

  
38
///////////////////////////////////////////////////////////////////////////////////////////////////
39
/**
40
 * deep copy.
41
 */
42
 public MeshJoined(MeshJoined mesh)
43
   {
44
   super(mesh);
45
   }
46

  
47
///////////////////////////////////////////////////////////////////////////////////////////////////
48
/**
49
 * deep copy.
50
 */
51
 public MeshJoined deepCopy()
52
   {
53
   return new MeshJoined(this);
54
   }
55

  
38 56
///////////////////////////////////////////////////////////////////////////////////////////////////
39 57
/**
40 58
 * Return how many basic Meshes is this Mesh joined from.

Also available in: Unified diff