-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vectorlabs()Vectorldiv(long a)doublelength()longlengthSquared()intmaxAxis()intminAxis()Vectorlmul(long a)Vectorlnegate()Vectorlpow(long pow)long[]toArray()VectordtoDouble()VectorftoFloat()VectoritoInt()VectorltoLong()
-
-
-
Method Detail
-
mul
Vectorl mul(long a)
-
div
Vectorl div(long a)
-
pow
Vectorl pow(long pow)
-
abs
Vectorl abs()
-
negate
Vectorl negate()
-
length
double length()
-
lengthSquared
long lengthSquared()
-
minAxis
int minAxis()
-
maxAxis
int maxAxis()
-
toArray
long[] toArray()
-
toInt
Vectori toInt()
-
toLong
Vectorl toLong()
-
toFloat
Vectorf toFloat()
-
toDouble
Vectord toDouble()
-
-