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