public interface Vectorf
-
Method Details
-
mul
-
div
-
pow
-
ceil
Vectorf ceil() -
floor
Vectorf floor() -
round
Vectorf round() -
abs
Vectorf abs() -
negate
Vectorf negate() -
length
float length() -
lengthSquared
float lengthSquared() -
normalize
Vectorf normalize() -
minAxis
int minAxis() -
maxAxis
int maxAxis() -
toArray
float[] toArray() -
toInt
Vectori toInt() -
toLong
Vectorl toLong() -
toFloat
Vectorf toFloat() -
toDouble
Vectord toDouble()
-