-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vectori
abs()
Vectori
div(int a)
float
length()
int
lengthSquared()
int
maxAxis()
int
minAxis()
Vectori
mul(int a)
Vectori
negate()
Vectori
pow(int pow)
int[]
toArray()
Vectord
toDouble()
Vectorf
toFloat()
Vectori
toInt()
Vectorl
toLong()
-
-
-
Method Detail
-
mul
Vectori mul(int a)
-
div
Vectori div(int a)
-
pow
Vectori pow(int pow)
-
abs
Vectori abs()
-
negate
Vectori negate()
-
length
float length()
-
lengthSquared
int lengthSquared()
-
minAxis
int minAxis()
-
maxAxis
int maxAxis()
-
toArray
int[] toArray()
-
toInt
Vectori toInt()
-
toLong
Vectorl toLong()
-
toFloat
Vectorf toFloat()
-
toDouble
Vectord toDouble()
-
-