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