| Package | Description |
|---|---|
| com.flowpowered.math.vector |
| Modifier and Type | Field and Description |
|---|---|
static Vector2l |
Vector2l.ONE |
static Vector2l |
Vector2l.UNIT_X |
static Vector2l |
Vector2l.UNIT_Y |
static Vector2l |
Vector2l.ZERO |
| Modifier and Type | Method and Description |
|---|---|
Vector2l |
Vector2l.abs() |
Vector2l |
Vector2l.add(double x,
double y) |
Vector2l |
Vector2l.add(long x,
long y) |
Vector2l |
Vector2l.add(Vector2l v) |
Vector2l |
Vector2l.clone() |
Vector2l |
Vector2l.div(double a) |
Vector2l |
Vector2l.div(double x,
double y) |
Vector2l |
Vector2l.div(long a) |
Vector2l |
Vector2l.div(long x,
long y) |
Vector2l |
Vector2l.div(Vector2l v) |
static Vector2l |
Vector2l.from(long n) |
static Vector2l |
Vector2l.from(long x,
long y) |
Vector2l |
Vector2l.max(double x,
double y) |
Vector2l |
Vector2l.max(long x,
long y) |
Vector2l |
Vector2l.max(Vector2l v) |
Vector2l |
Vector2l.min(double x,
double y) |
Vector2l |
Vector2l.min(long x,
long y) |
Vector2l |
Vector2l.min(Vector2l v) |
Vector2l |
Vector2l.mul(double a) |
Vector2l |
Vector2l.mul(double x,
double y) |
Vector2l |
Vector2l.mul(long a) |
Vector2l |
Vector2l.mul(long x,
long y) |
Vector2l |
Vector2l.mul(Vector2l v) |
Vector2l |
Vector2l.negate() |
Vector2l |
Vector2l.pow(double pow) |
Vector2l |
Vector2l.pow(long power) |
Vector2l |
Vector2l.project(double x,
double y) |
Vector2l |
Vector2l.project(long x,
long y) |
Vector2l |
Vector2l.project(Vector2l v) |
Vector2l |
Vector2l.sub(double x,
double y) |
Vector2l |
Vector2l.sub(long x,
long y) |
Vector2l |
Vector2l.sub(Vector2l v) |
Vector2l |
Vector2d.toLong() |
Vector2l |
Vector2f.toLong() |
Vector2l |
Vector2l.toLong() |
Vector2l |
Vector2i.toLong() |
Vector2l |
VectorNl.toVector2() |
Vector2l |
Vector4l.toVector2() |
Vector2l |
Vector3l.toVector2() |
Vector2l |
Vector3l.toVector2(boolean useZ) |
| Modifier and Type | Method and Description |
|---|---|
Vector2l |
Vector2l.add(Vector2l v) |
int |
Vector2l.compareTo(Vector2l v) |
double |
Vector2l.distance(Vector2l v) |
long |
Vector2l.distanceSquared(Vector2l v) |
Vector2l |
Vector2l.div(Vector2l v) |
long |
Vector2l.dot(Vector2l v) |
Vector2l |
Vector2l.max(Vector2l v) |
Vector2l |
Vector2l.min(Vector2l v) |
Vector2l |
Vector2l.mul(Vector2l v) |
Vector2l |
Vector2l.project(Vector2l v) |
Vector2l |
Vector2l.sub(Vector2l v) |
| Constructor and Description |
|---|
Vector2l(Vector2l v) |
Vector3l(Vector2l v) |
Vector3l(Vector2l v,
double z) |
Vector3l(Vector2l v,
long z) |
Vector4l(Vector2l v) |
Vector4l(Vector2l v,
double z,
double w) |
Vector4l(Vector2l v,
long z,
long w) |
VectorNl(Vector2l v) |
Copyright © 2013–2016 Flow Powered. All rights reserved.