View Javadoc

1   package org.lcsim.spacegeom;
2   /**
3    *
4    *@version $Id: Representation.java,v 1.1.1.1 2010/12/01 00:15:57 jeremy Exp $
5    */
6   public enum Representation
7   {
8       Cartesian, Cylindrical, Spherical
9   }