java.lang.Object
com.xerox.VTM.glyphs.ProjectedCoords
com.xerox.VTM.glyphs.ProjTriangle
- class ProjTriangle
- extends ProjectedCoords
project coordinates of a triangle
|
Field Summary |
(package private) int |
ch
height in camera space |
(package private) int |
halfEdge
length of half an edge (in camera space) for efficiency |
(package private) int |
thirdHeight
length of a third of height (in camera space) for efficiency |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ch
int ch
- height in camera space
halfEdge
int halfEdge
- length of half an edge (in camera space) for efficiency
thirdHeight
int thirdHeight
- length of a third of height (in camera space) for efficiency
ProjTriangle
ProjTriangle()