|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.vecmath.Tuple4i
javax.vecmath.Point4i
public class Point4i
A 4 element point that is represented by signed integer x,y,z and w coordinates.
Field Summary |
---|
Fields inherited from class javax.vecmath.Tuple4i |
---|
w, x, y, z |
Constructor Summary | |
---|---|
Point4i()
Constructs and initializes a Point4i to (0,0,0,0). |
|
Point4i(int[] t)
Constructs and initializes a Point4i from the specified array. |
|
Point4i(int x,
int y,
int z,
int w)
Constructs and initializes a Point4i from the specified xyzw coordinates. |
|
Point4i(Point4i t1)
Constructs and initializes a Point4i from the specified Point4i. |
Method Summary |
---|
Methods inherited from class javax.vecmath.Tuple4i |
---|
absolute, absolute, add, add, clamp, clamp, clampMax, clampMax, clampMin, clampMin, equals, get, get, hashCode, negate, negate, scale, scale, scaleAdd, scaleAdd, set, set, set, sub, sub, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Point4i(int x, int y, int z, int w)
x
- the x coordinatey
- the y coordinatez
- the z coordinatew
- the w coordinatepublic Point4i(int[] t)
t
- the array of length 4 containing xyzw in orderpublic Point4i(Point4i t1)
t1
- the Point4i containing the initialization x y z w datapublic Point4i()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |