| Package | Description |
|---|---|
| com.flowpowered.math.matrix | |
| com.flowpowered.math.vector |
| Modifier and Type | Method and Description |
|---|---|
Vectord |
Matrixd.getColumn(int col) |
Vectord |
Matrixd.getRow(int row) |
| Modifier and Type | Class and Description |
|---|---|
class |
Vector2d |
class |
Vector3d |
class |
Vector4d |
class |
VectorNd |
| Modifier and Type | Method and Description |
|---|---|
Vectord |
Vectord.abs() |
Vectord |
Vectord.ceil() |
Vectord |
Vectord.div(double a) |
Vectord |
Vectord.floor() |
Vectord |
Vectord.mul(double a) |
Vectord |
Vectord.negate() |
Vectord |
Vectord.normalize() |
Vectord |
Vectord.pow(double pow) |
Vectord |
Vectord.round() |
Vectord |
Vectord.toDouble() |
Vectord |
Vectorf.toDouble() |
Vectord |
Vectorl.toDouble() |
Vectord |
Vectori.toDouble() |
Copyright © 2013–2016 Flow Powered. All rights reserved.