Uses of Class
org.bytedeco.cuda.cudart.short3
-
Packages that use short3 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of short3 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return short3 Modifier and Type Method Description short3short3. getPointer(long i)short3short3. position(long position)short3short3. x(short setter)short3short3. y(short setter)short3short3. z(short setter) -
Uses of short3 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return short3 Modifier and Type Method Description static short3cudart. make_short3(short x, short y, short z)
-