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 Float2cross(Float2 aVector, Float2 aOtherVector)static Float4cross(Float4 aVector, Float4 aOtherVector)static floatdot(Float2 aVector, Float2 aOtherVector)static floatdot(Float4 aVector, Float4 aOtherVector)static floatlength(Float2 aVector)static floatlength(Float4 aVector)static Float2normalize(Float2 aVector)static Float4normalize(Float4 aVector)
-