Uses of Class
org.bytedeco.cuda.cudart.float4
-
Packages that use float4 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of float4 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return float4 Modifier and Type Method Description float4float4. getPointer(long i)float4float4. position(long position)float4float4. w(float setter)float4float4. x(float setter)float4float4. y(float setter)float4float4. z(float setter) -
Uses of float4 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return float4 Modifier and Type Method Description static float4cudart. make_float4(float x, float y, float z, float w)
-