Class anim.RotateXParam
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class anim.RotateXParam

java.lang.Object
   |
   +----anim.RotateXParam

public class RotateXParam
extends Object
A parameter for rotation about the x axis

Copyright (c) 1996-1997 Intel Corporation


VARIABLE INDEX

 O Angle
angle in degrees to rotate.
 O Axis
Axis about which to rotate.

CONSTRUCTOR INDEX

 O RotateXParam()
Default constructor.
 O RotateXParam(float)
Constructor using passed in Angle.
 O RotateXParam(float, int)
Constructor using passed in Angle,Axis
 O RotateXParam(RotateXParam)
Constructor using passed in RotateXParam

METHOD INDEX

 O addAngle(float)
 O equals(RotateXParam)
 O toString()

VARIABLES

 O Angle
  public float Angle
angle in degrees to rotate. Default is 0.0. Positive angles cause a counter-clockwise rotation when looking at the object from the right of the object.
 O Axis
  public int Axis
Axis about which to rotate. Default is 0 which would cause a rotation about the top of the object.

CONSTRUCTORS

 O RotateXParam
  public RotateXParam(float Angle,
                      int Axis)
Constructor using passed in Angle,Axis
 O RotateXParam
  public RotateXParam(float Angle)
Constructor using passed in Angle. The axis is set to 0
 O RotateXParam
  public RotateXParam()
Default constructor. Sets Angle to 0.0 and Axis to 0
 O RotateXParam
  public RotateXParam(RotateXParam param)
Constructor using passed in RotateXParam

METHODS

 O equals
  public boolean equals(RotateXParam test)
 O addAngle
  public float addAngle(float angleDelta)
 O toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index
Free Web Hosting