|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.vecmath.Tuple4i
org.stellarium.vecmath.Rectangle4i
public class Rectangle4i
In C++ vector4 is a template that can take int, but in java vecmath only float and double exists.
| Field Summary |
|---|
| Fields inherited from class javax.vecmath.Tuple4i |
|---|
w, x, y, z |
| Constructor Summary | |
|---|---|
Rectangle4i(int x,
int y, int height, int width)
|
|
| Method Summary | |
|---|---|
int |
getHeight()
|
int |
getWidth()
|
int[] |
toArray()
|
| Methods inherited from class javax.vecmath.Tuple4i |
|---|
absolute, absolute, add, add, clamp, clamp, clampMax, clampMax, clampMin, clampMin, clone, equals, get,
get, getW, getX, getY, getZ, hashCode, negate, negate, scale, scale, scaleAdd, scaleAdd, set, set, set, setW,
setX, setY, setZ, sub, sub, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Rectangle4i(int x,
int y,
int height,
int width)
| Method Detail |
|---|
public int getHeight()
public int getWidth()
public int[] toArray()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||