Documentation of 'jhplot.v3d.Vector3d' Java class.
Vector3d
jhplot.v3d

Class Vector3d



  • public class Vector3d
    extends java.lang.Object
    Vector manipulations
    • Constructor Detail

      • Vector3d

        public Vector3d()
      • Vector3d

        public Vector3d(Vector3d v)
      • Vector3d

        public Vector3d(float x,
                        float y,
                        float z)
    • Method Detail

      • getX

        public float getX()
      • getY

        public float getY()
      • getZ

        public float getZ()
      • set

        public void set(float x,
                        float y,
                        float z)
      • mul

        public void mul(float f)
      • div

        public void div(float f)
      • equals

        public boolean equals(Vector3d v)
      • vabs

        public float vabs()
      • normalize

        public void normalize()
      • toString

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

        public void print()

DMelt 3.0 © DataMelt by jWork.ORG