java.lang.Object
com.xerox.VTM.glyphs.ProjectedCoords
com.xerox.VTM.glyphs.ProjCirImage
- class ProjCirImage
- extends ProjectedCoords
project coordinates of an image (not scalable)
|
Field Summary |
(package private) int |
ch
half width and height in camera space - equal to coords in virtual space (not sensible to zoom) |
(package private) int |
cs
projected size (radius of circle) |
(package private) int |
cw
half width and height in camera space - equal to coords in virtual space (not sensible to zoom) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cw
int cw
- half width and height in camera space - equal to coords in virtual space (not sensible to zoom)
ch
int ch
- half width and height in camera space - equal to coords in virtual space (not sensible to zoom)
cs
int cs
- projected size (radius of circle)
ProjCirImage
ProjCirImage()