-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vectorfabs()Vectorfceil()Vectorfdiv(float a)Vectorffloor()floatlength()floatlengthSquared()intmaxAxis()intminAxis()Vectorfmul(float a)Vectorfnegate()Vectorfnormalize()Vectorfpow(float pow)Vectorfround()float[]toArray()VectordtoDouble()VectorftoFloat()VectoritoInt()VectorltoLong()
-
-
-
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()
-
-