Class VectorFunctions
- java.lang.Object
-
- de.mirkosertic.bytecoder.api.opencl.VectorFunctions
-
public class VectorFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VectorFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Float2
cross(Float2 aVector, Float2 aOtherVector)
static Float4
cross(Float4 aVector, Float4 aOtherVector)
static float
dot(Float2 aVector, Float2 aOtherVector)
static float
dot(Float4 aVector, Float4 aOtherVector)
static float
length(Float2 aVector)
static float
length(Float4 aVector)
static Float2
normalize(Float2 aVector)
static Float4
normalize(Float4 aVector)
-