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