Package javax.vecmath
Class Tuple4b
java.lang.Object
javax.vecmath.Tuple4b
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
Color4b
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
boolean
final void
get
(byte[] byteArray) final void
final byte
getW()
final byte
getX()
final byte
getY()
final byte
getZ()
int
hashCode()
final void
set
(byte[] byteArray) final void
final void
setW
(byte byte1) final void
setX
(byte byte1) final void
setY
(byte byte1) final void
setZ
(byte byte1) toString()
-
Field Details
-
x
public byte x -
y
public byte y -
z
public byte z -
w
public byte w
-
-
Constructor Details
-
Tuple4b
public Tuple4b(byte byte1, byte byte2, byte byte3, byte byte4) -
Tuple4b
public Tuple4b(byte[] byteArray) -
Tuple4b
-
Tuple4b
public Tuple4b()
-
-
Method Details
-
toString
-
get
public final void get(byte[] byteArray) -
get
-
set
-
set
public final void set(byte[] byteArray) -
equals
-
equals
-
hashCode
public int hashCode() -
clone
-
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) -
getW
public final byte getW() -
setW
public final void setW(byte byte1)
-