|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gjt.universe.gui.AffineBase | +--org.gjt.universe.gui.AffineScale
This class creates the matrix to perform a 3D scaling on a point.
Field Summary |
Fields inherited from class org.gjt.universe.gui.AffineBase |
val |
Constructor Summary | |
AffineScale(float zoom)
This constructor performs scaling on all three dimensions. |
|
AffineScale(float x,
float y,
float z)
|
Method Summary | |
private void |
assign(float x,
float y,
float z)
|
Methods inherited from class org.gjt.universe.gui.AffineBase |
CombineXform, getVal |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AffineScale(float x, float y, float z)
public AffineScale(float zoom)
Method Detail |
private void assign(float x, float y, float z)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |