-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vectord
abs()
Vectord
ceil()
Vectord
div(double a)
Vectord
floor()
double
length()
double
lengthSquared()
int
maxAxis()
int
minAxis()
Vectord
mul(double a)
Vectord
negate()
Vectord
normalize()
Vectord
pow(double pow)
Vectord
round()
double[]
toArray()
Vectord
toDouble()
Vectorf
toFloat()
Vectori
toInt()
Vectorl
toLong()
-
-
-
Method Detail
-
mul
Vectord mul(double a)
-
div
Vectord div(double a)
-
pow
Vectord pow(double 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()
-
-