|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.vecmath.Tuple3i
javax.vecmath.Point3i
public class Point3i
A 3 element point that is represented by signed integer x,y,z coordinates.
Field Summary |
---|
Fields inherited from class javax.vecmath.Tuple3i |
---|
x, y, z |
Constructor Summary | |
---|---|
Point3i()
Constructs and initializes a Point3i to (0,0,0). |
|
Point3i(int[] t)
Constructs and initializes a Point3i from the specified array. |
|
Point3i(int x,
int y,
int z)
Constructs and initializes a Point3i from the specified xyz coordinates. |
|
Point3i(Point3i t1)
Constructs and initializes a Point3i from the specified Point3i. |
Method Summary |
---|
Methods inherited from class javax.vecmath.Tuple3i |
---|
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 Point3i(int x, int y, int z)
x
- the x coordinatey
- the y coordinatez
- the z coordinatepublic Point3i(int[] t)
t
- the array of length 3 containing xyz in orderpublic Point3i(Point3i t1)
t1
- the Point3i containing the initialization x y z datapublic Point3i()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |