Class Vector3f


  • public class Vector3f
    extends Tuple3f
    Vector math package, converted to look similar to javax.vecmath.
    • Constructor Detail

      • Vector3f

        public Vector3f()
      • Vector3f

        public Vector3f​(float[] x)
      • Vector3f

        public Vector3f​(float x,
                        float y,
                        float z)
      • Vector3f

        public Vector3f​(Vector3f t)
      • Vector3f

        public Vector3f​(Tuple3f t)
    • Method Detail

      • angle

        public float angle​(Vector3f v)
      • dot

        public float dot​(Vector3f v)
      • length

        public float length()
      • normalize

        public void normalize()