/*
* Copyright (C) 2010-2015 Benedikt Lorch
* CONRAD is developed as an Open Source project under the GNU General Public License (GPL).
*/
package edu.stanford.rsl.conrad.geometry.shapes.compound;
/**
* As a specific compound shape, the triangle mesh encapsulates triangles (which may be nested in another compound shape) imported from an STL file
*
*/
public class TriangleMesh extends CompoundShape {
/**
*
*/
private static final long serialVersionUID = -3125319663316060402L;
}