All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lyon.Xform

java.lang.Object
   |
   +----lyon.Xform

class Xform
extends java.lang.Object

Variable Index

 o scale
 o translate

Constructor Index

 o Xform(double, double, double, double)

Method Index

 o rmove(point)
 o rscale(point)

Variables

 o translate
 public static lyon.point translate
 o scale
 public static lyon.point scale

Constructors

 o Xform
 Xform(double tx,
       double ty,
       double sx,
       double sy)

Methods

 o rmove
 public static void rmove(lyon.point p)
 o rscale
 public static void rscale(lyon.point p)

All Packages  Class Hierarchy  This Package  Previous  Next  Index