Uses of Class
de.mirkosertic.bytecoder.api.opencl.Float4
-
Packages that use Float4 Package Description de.mirkosertic.bytecoder.api.opencl -
-
Uses of Float4 in de.mirkosertic.bytecoder.api.opencl
Methods in de.mirkosertic.bytecoder.api.opencl that return Float4 Modifier and Type Method Description (package private) Float4
Float4. cross(Float4 aOtherVector)
static Float4
VectorFunctions. cross(Float4 aVector, Float4 aOtherVector)
static Float4
Float4. float4(float aS0, float aS1, float aS2, float aS3)
(package private) static Float4
Float4. normalize(Float4 aVector)
static Float4
VectorFunctions. normalize(Float4 aVector)
Methods in de.mirkosertic.bytecoder.api.opencl with parameters of type Float4 Modifier and Type Method Description (package private) Float4
Float4. cross(Float4 aOtherVector)
static Float4
VectorFunctions. cross(Float4 aVector, Float4 aOtherVector)
(package private) float
Float4. dot(Float4 aOtherVector)
static float
VectorFunctions. dot(Float4 aVector, Float4 aOtherVector)
static float
VectorFunctions. length(Float4 aVector)
(package private) static Float4
Float4. normalize(Float4 aVector)
static Float4
VectorFunctions. normalize(Float4 aVector)
-