-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vectordabs()Vectordceil()Vectorddiv(double a)Vectordfloor()doublelength()doublelengthSquared()intmaxAxis()intminAxis()Vectordmul(double a)Vectordnegate()Vectordnormalize()Vectordpow(double pow)Vectordround()double[]toArray()VectordtoDouble()VectorftoFloat()VectoritoInt()VectorltoLong()
-
-
-
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()
-
-