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