universe.client.gui
Class AffineScale

java.lang.Object
  |
  +--universe.client.gui.AffineBase
        |
        +--universe.client.gui.AffineScale

public final class AffineScale
extends AffineBase

This class creates the matrix to perform a 3D scaling on a point

Version:
$Id: AffineScale.java,v 1.1 2003/04/03 00:20:54 sstarkey Exp $
Author:
Sean Starkey

Field Summary
 
Fields inherited from class universe.client.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 universe.client.gui.AffineBase
CombineXform, getVal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AffineScale

public AffineScale(float x,
                   float y,
                   float z)

AffineScale

public AffineScale(float zoom)
This constructor performs scaling on all three dimensions.

Method Detail

assign

private void assign(float x,
                    float y,
                    float z)


Copyright © 2001 Universe Dev Team All Rights Reserved.