| Modifier and Type | Method and Description |
|---|---|
Vectorf |
abs() |
Vectorf |
ceil() |
Vectorf |
div(float a) |
Vectorf |
floor() |
int |
getMaxAxis() |
int |
getMinAxis() |
float |
length() |
float |
lengthSquared() |
Vectorf |
mul(float a) |
Vectorf |
negate() |
Vectorf |
normalize() |
Vectorf |
pow(float pow) |
Vectorf |
round() |
float[] |
toArray() |
Vectord |
toDouble() |
Vectorf |
toFloat() |
Vectori |
toInt() |
Vectorl |
toLong() |
Vectorf mul(float a)
Vectorf div(float a)
Vectorf pow(float pow)
Vectorf ceil()
Vectorf floor()
Vectorf round()
Vectorf abs()
Vectorf negate()
float length()
float lengthSquared()
Vectorf normalize()
int getMinAxis()
int getMaxAxis()
float[] toArray()
Vectori toInt()
Vectorl toLong()
Vectorf toFloat()
Vectord toDouble()
Copyright © 2013–2016 Flow Powered. All rights reserved.