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