Package org.jmol.util
Class Geodesic
java.lang.Object
org.jmol.util.Geodesic
J2SRequireImport is needed because we use ArrayUtil in a static method
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
createGeodesic
(int lvl) static short[]
getFaceVertexes
(int level) static short[][]
static short
getVertexCount
(int level) static V3
getVertexVector
(int i) static V3[]
-
Field Details
-
standardLevel
public static final int standardLevel3 levels, 0 through 3- See Also:
-
-
Constructor Details
-
Geodesic
public Geodesic()
-
-
Method Details
-
getNeighborVertexesArrays
public static short[][] getNeighborVertexesArrays() -
getVertexCount
public static short getVertexCount(int level) -
getVertexVectors
-
getVertexVector
-
getFaceVertexes
public static short[] getFaceVertexes(int level) -
createGeodesic
public static void createGeodesic(int lvl)
-