public class VectorFunctions
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static float
static float
static float
static float
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
VectorFunctions
public VectorFunctions()
-
Method Details
-
-
-
length
public static float length(Float2 aVector)
-
length
public static float length(Float4 aVector)
-
-
-
dot
public static float dot(Float2 aVector,
Float2 aOtherVector)
-
dot
public static float dot(Float4 aVector,
Float4 aOtherVector)