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