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

Class anim.RotateYParam

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

public class RotateYParam
extends Object
A parameter for rotation about the y 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 RotateYParam()
Default constructor.
 O RotateYParam(float)
Constructor using passed in Angle.
 O RotateYParam(float, int)
Constructor using passed in Angle,Axis
 O RotateYParam(RotateYParam)
Constructor using passed in RotateYParam

METHOD INDEX

 O addAngle(float)
 O equals(RotateYParam)
 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 top of the object.
 O Axis
  public int Axis
Axis about which to rotate. Default is 0 which would cause a rotation about the left edge of the object.

CONSTRUCTORS

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

METHODS

 O equals
  public boolean equals(RotateYParam 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