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