public class dim3
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
x
The x size
|
int |
y
The y size
|
int |
z
The z size
|
| Constructor and Description |
|---|
dim3()
Creates a new dim3, with default size (1,1,1)
|
dim3(int x,
int y,
int z)
Creates a new dim3, with the given size
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns a String representation of this object.
|