Class Rotate3

java.lang.Object
javaforce.gl.Rotate3

public class Rotate3 extends Object
Stores angle-axis rotation.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    float
     
    float
     
    float
     
    float
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Rotate3(float angle, float x, float y, float z)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(float angle, float x, float y, float z)
     
    void
    set(float angle, float x, float y, float z)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • angle

      public float angle
    • x

      public float x
    • y

      public float y
    • z

      public float z
  • Constructor Details

    • Rotate3

      public Rotate3()
    • Rotate3

      public Rotate3(float angle, float x, float y, float z)
  • Method Details

    • set

      public void set(float angle, float x, float y, float z)
    • add

      public void add(float angle, float x, float y, float z)