|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjcuda.jnpp.NppiPoint
public class NppiPoint
2D Point
| Field Summary | |
|---|---|
int |
x
x-coordinate |
int |
y
y-coordinate. |
| Constructor Summary | |
|---|---|
NppiPoint()
Creates a new NppiPoint at (0,0) |
|
NppiPoint(int x,
int y)
Creates a new NppiPoint with the given coordinates |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int x
public int y
| Constructor Detail |
|---|
public NppiPoint()
public NppiPoint(int x,
int y)
x - x-coordinatey - y-coordinate| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||