Uses of Class
org.bytedeco.cuda.cudart.int2
-
Packages that use int2 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of int2 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return int2 Modifier and Type Method Description int2int2. getPointer(long i)int2int2. position(long position)int2int2. x(int setter)int2int2. y(int setter) -
Uses of int2 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return int2 Modifier and Type Method Description static int2cudart. make_int2(int x, int y)
-