|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.opengl.scene.HashScene.Coord
protected static class HashScene.Coord
The coordinates of a hash cell.
| Field Summary | |
|---|---|
int |
x
The coordinates of the cell. |
int |
y
The coordinates of the cell. |
int |
z
The coordinates of the cell. |
| Constructor Summary | |
|---|---|
HashScene.Coord()
Creates a zero coordinate. |
|
HashScene.Coord(int x,
int y,
int z)
Creates a coordinate with the specified values. |
|
| Method Summary | |
|---|---|
HashScene.Coord |
clone()
|
boolean |
equals(Object other)
|
int |
hashCode()
|
HashScene.Coord |
set(int x,
int y,
int z)
Sets the fields of the coord. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int x
public int y
public int z
| Constructor Detail |
|---|
public HashScene.Coord(int x,
int y,
int z)
public HashScene.Coord()
| Method Detail |
|---|
public HashScene.Coord set(int x,
int y,
int z)
public HashScene.Coord clone()
clone in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object other)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||