Package javax.vecmath

Class Tuple3b

java.lang.Object
javax.vecmath.Tuple3b
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
Color3b

public abstract class Tuple3b extends Object implements Serializable, Cloneable
See Also:
  • Field Details

    • x

      public byte x
    • y

      public byte y
    • z

      public byte z
  • Constructor Details

    • Tuple3b

      public Tuple3b(byte byte1, byte byte2, byte byte3)
    • Tuple3b

      public Tuple3b(byte[] byteArray)
    • Tuple3b

      public Tuple3b(Tuple3b tuple3b)
    • Tuple3b

      public Tuple3b()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • get

      public final void get(byte[] byteArray)
    • get

      public final void get(Tuple3b tuple3b)
    • set

      public final void set(Tuple3b tuple3b)
    • set

      public final void set(byte[] byteArray)
    • equals

      public boolean equals(Tuple3b tuple3b)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • getX

      public final byte getX()
    • setX

      public final void setX(byte byte1)
    • getY

      public final byte getY()
    • setY

      public final void setY(byte byte1)
    • getZ

      public final byte getZ()
    • setZ

      public final void setZ(byte byte1)