| Package | Description |
|---|---|
| com.flowpowered.math | |
| com.flowpowered.math.matrix | |
| com.flowpowered.math.vector |
| Modifier and Type | Method and Description |
|---|---|
static VectorNf |
GenericMath.normalizeSafe(VectorNf v)
Attempts to normalize a vector.
|
| Modifier and Type | Method and Description |
|---|---|
static VectorNf |
GenericMath.normalizeSafe(VectorNf v)
Attempts to normalize a vector.
|
| Modifier and Type | Method and Description |
|---|---|
VectorNf |
MatrixNf.getColumn(int col) |
VectorNf |
MatrixNf.getRow(int row) |
VectorNf |
MatrixNf.transform(float... vec) |
VectorNf |
MatrixNf.transform(VectorNf v) |
| Modifier and Type | Method and Description |
|---|---|
static MatrixNf |
MatrixNf.createScaling(VectorNf v) |
static MatrixNf |
MatrixNf.createTranslation(VectorNf v) |
MatrixNf |
MatrixNf.scale(VectorNf v) |
VectorNf |
MatrixNf.transform(VectorNf v) |
MatrixNf |
MatrixNf.translate(VectorNf v) |
| Modifier and Type | Field and Description |
|---|---|
static VectorNf |
VectorNf.ZERO_2 |
static VectorNf |
VectorNf.ZERO_3 |
static VectorNf |
VectorNf.ZERO_4 |
| Modifier and Type | Method and Description |
|---|---|
VectorNf |
VectorNf.abs() |
VectorNf |
VectorNf.add(float... v) |
VectorNf |
VectorNf.add(VectorNf v) |
VectorNf |
VectorNf.ceil() |
VectorNf |
VectorNf.clone() |
VectorNf |
VectorNf.div(double a) |
VectorNf |
VectorNf.div(float... v) |
VectorNf |
VectorNf.div(float a) |
VectorNf |
VectorNf.div(VectorNf v) |
VectorNf |
VectorNf.floor() |
VectorNf |
VectorNf.max(float... v) |
VectorNf |
VectorNf.max(VectorNf v) |
VectorNf |
VectorNf.min(float... v) |
VectorNf |
VectorNf.min(VectorNf v) |
VectorNf |
VectorNf.mul(double a) |
VectorNf |
VectorNf.mul(float... v) |
VectorNf |
VectorNf.mul(float a) |
VectorNf |
VectorNf.mul(VectorNf v) |
VectorNf |
VectorNf.negate() |
VectorNf |
VectorNf.normalize() |
VectorNf |
VectorNf.pow(double pow) |
VectorNf |
VectorNf.pow(float power) |
VectorNf |
VectorNf.project(float... v) |
VectorNf |
VectorNf.project(VectorNf v) |
VectorNf |
VectorNf.resize(int size) |
VectorNf |
VectorNf.round() |
VectorNf |
VectorNf.sub(float... v) |
VectorNf |
VectorNf.sub(VectorNf v) |
VectorNf |
VectorNd.toFloat() |
VectorNf |
VectorNf.toFloat() |
VectorNf |
VectorNl.toFloat() |
VectorNf |
VectorNi.toFloat() |
VectorNf |
Vector4f.toVectorN() |
VectorNf |
Vector3f.toVectorN() |
VectorNf |
Vector2f.toVectorN() |
| Modifier and Type | Method and Description |
|---|---|
VectorNf |
VectorNf.add(VectorNf v) |
int |
VectorNf.compareTo(VectorNf v) |
float |
VectorNf.distance(VectorNf v) |
float |
VectorNf.distanceSquared(VectorNf v) |
VectorNf |
VectorNf.div(VectorNf v) |
float |
VectorNf.dot(VectorNf v) |
VectorNf |
VectorNf.max(VectorNf v) |
VectorNf |
VectorNf.min(VectorNf v) |
VectorNf |
VectorNf.mul(VectorNf v) |
VectorNf |
VectorNf.project(VectorNf v) |
VectorNf |
VectorNf.sub(VectorNf v) |
| Constructor and Description |
|---|
Vector2f(VectorNf v) |
Vector3f(VectorNf v) |
Vector4f(VectorNf v) |
VectorNf(VectorNf v) |
Copyright © 2013–2016 Flow Powered. All rights reserved.