com.jme.scene.shape
Class GeoSphere.Triangle

java.lang.Object
  extended by com.jme.scene.shape.GeoSphere.Triangle
Enclosing class:
GeoSphere

static class GeoSphere.Triangle
extends java.lang.Object


Field Summary
(package private)  int[] pt
           
 
Constructor Summary
GeoSphere.Triangle()
           
GeoSphere.Triangle(int pt0, int pt1, int pt2)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pt

int[] pt
Constructor Detail

GeoSphere.Triangle

public GeoSphere.Triangle()

GeoSphere.Triangle

public GeoSphere.Triangle(int pt0,
                          int pt1,
                          int pt2)