Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.xerox.VTM.glyphs
Class ProjTriangle  view ProjTriangle download ProjTriangle.java

java.lang.Object
  extended bycom.xerox.VTM.glyphs.ProjectedCoords
      extended bycom.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
 
Fields inherited from class com.xerox.VTM.glyphs.ProjectedCoords
cx, cy, p, prevMouseIn
 
Constructor Summary
(package private) ProjTriangle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

ProjTriangle

ProjTriangle()