Uses of Class
org.bytedeco.cuda.cudart.long3
-
Packages that use long3 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of long3 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return long3 Modifier and Type Method Description long3long3. getPointer(long i)long3long3. position(long position)long3long3. x(long setter)long3long3. y(long setter)long3long3. z(long setter) -
Uses of long3 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return long3 Modifier and Type Method Description static long3cudart. make_long3(long x, long y, long z)
-