- java.lang.Object
-
- com.ibm.cuda.Dim3
-
-
Constructor Detail
-
Dim3
public Dim3(int x)
Creates a cube of dimension (x,1,1).- Parameters:
x
- the x dimension
-
Dim3
public Dim3(int x, int y)
Creates a cube of dimension (x,y,1).- Parameters:
x
- the x dimensiony
- the y dimension
-
Dim3
public Dim3(int x, int y, int z)
Creates a cube of dimension (x,y,z).- Parameters:
x
- the x dimensiony
- the y dimensionz
- the z dimension
-
-