| Package | Description |
|---|---|
| com.flowpowered.math.vector |
| Modifier and Type | Field and Description |
|---|---|
static VectorNl |
VectorNl.ZERO_2 |
static VectorNl |
VectorNl.ZERO_3 |
static VectorNl |
VectorNl.ZERO_4 |
| Modifier and Type | Method and Description |
|---|---|
VectorNl |
VectorNl.abs() |
VectorNl |
VectorNl.add(long... v) |
VectorNl |
VectorNl.add(VectorNl v) |
VectorNl |
VectorNl.clone() |
VectorNl |
VectorNl.div(double a) |
VectorNl |
VectorNl.div(long... v) |
VectorNl |
VectorNl.div(long a) |
VectorNl |
VectorNl.div(VectorNl v) |
VectorNl |
VectorNl.max(long... v) |
VectorNl |
VectorNl.max(VectorNl v) |
VectorNl |
VectorNl.min(long... v) |
VectorNl |
VectorNl.min(VectorNl v) |
VectorNl |
VectorNl.mul(double a) |
VectorNl |
VectorNl.mul(long... v) |
VectorNl |
VectorNl.mul(long a) |
VectorNl |
VectorNl.mul(VectorNl v) |
VectorNl |
VectorNl.negate() |
VectorNl |
VectorNl.pow(double pow) |
VectorNl |
VectorNl.pow(long power) |
VectorNl |
VectorNl.project(long... v) |
VectorNl |
VectorNl.project(VectorNl v) |
VectorNl |
VectorNl.resize(int size) |
VectorNl |
VectorNl.sub(long... v) |
VectorNl |
VectorNl.sub(VectorNl v) |
VectorNl |
VectorNd.toLong() |
VectorNl |
VectorNf.toLong() |
VectorNl |
VectorNl.toLong() |
VectorNl |
VectorNi.toLong() |
VectorNl |
Vector4l.toVectorN() |
VectorNl |
Vector3l.toVectorN() |
VectorNl |
Vector2l.toVectorN() |
| Modifier and Type | Method and Description |
|---|---|
VectorNl |
VectorNl.add(VectorNl v) |
int |
VectorNl.compareTo(VectorNl v) |
double |
VectorNl.distance(VectorNl v) |
long |
VectorNl.distanceSquared(VectorNl v) |
VectorNl |
VectorNl.div(VectorNl v) |
long |
VectorNl.dot(VectorNl v) |
VectorNl |
VectorNl.max(VectorNl v) |
VectorNl |
VectorNl.min(VectorNl v) |
VectorNl |
VectorNl.mul(VectorNl v) |
VectorNl |
VectorNl.project(VectorNl v) |
VectorNl |
VectorNl.sub(VectorNl v) |
| Constructor and Description |
|---|
Vector2l(VectorNl v) |
Vector3l(VectorNl v) |
Vector4l(VectorNl v) |
VectorNl(VectorNl v) |
Copyright © 2013–2016 Flow Powered. All rights reserved.