public class cudaPos
extends java.lang.Object
cudaMemcpy3DParms
Modifier and Type | Field and Description |
---|---|
long |
x
The x component
|
long |
y
The y component
|
long |
z
The z component
|
Constructor and Description |
---|
cudaPos()
Creates a new cudaPos at (0,0,0)
|
cudaPos(long x,
long y,
long z)
Creates a new cudaPos with the given position
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a String representation of this object.
|
public long x
public long y
public long z