universe.client.gui
Class AffineRotate

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

public final class AffineRotate
extends AffineBase

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

Version:
$Id: AffineRotate.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
AffineRotate(float pitch, float roll)
          Create matrix with yaw = 0.
AffineRotate(float pitch, float roll, float yaw)
           
 
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

AffineRotate

public AffineRotate(float pitch,
                    float roll,
                    float yaw)

AffineRotate

public AffineRotate(float pitch,
                    float roll)
Create matrix with yaw = 0.



Copyright © 2001 Universe Dev Team All Rights Reserved.