Class AxisAngle4f


  • public class AxisAngle4f
    extends java.lang.Object
    Vector math package, converted to look similar to javax.vecmath.
    • Field Detail

      • x

        public float x
      • y

        public float y
      • z

        public float z
      • angle

        public float angle
    • Constructor Detail

      • AxisAngle4f

        public AxisAngle4f()
      • AxisAngle4f

        public AxisAngle4f​(float[] x)
      • AxisAngle4f

        public AxisAngle4f​(float x,
                           float y,
                           float z,
                           float angle)
      • AxisAngle4f

        public AxisAngle4f​(Vector3f v,
                           float angle)
    • Method Detail

      • set

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

        public void get​(float[] t)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object