public interface VectorProvider
| Modifier and Type | Method and Description |
|---|---|
Vector2d |
createVector2d(double x,
double y) |
Vector2f |
createVector2f(float x,
float y) |
Vector2i |
createVector2i(int x,
int y) |
Vector2l |
createVector2l(long x,
long y) |
Vector3d |
createVector3d(double x,
double y,
double z) |
Vector3f |
createVector3f(float x,
float y,
float z) |
Vector3i |
createVector3i(int x,
int y,
int z) |
Vector3l |
createVector3l(long x,
long y,
long z) |
Vector4d |
createVector4d(double x,
double y,
double z,
double w) |
Vector4f |
createVector4f(float x,
float y,
float z,
float w) |
Vector4i |
createVector4i(int x,
int y,
int z,
int w) |
Vector4l |
createVector4l(long x,
long y,
long z,
long w) |
Vector2d createVector2d(double x,
double y)
Vector2f createVector2f(float x,
float y)
Vector2i createVector2i(int x,
int y)
Vector2l createVector2l(long x,
long y)
Vector3d createVector3d(double x,
double y,
double z)
Vector3f createVector3f(float x,
float y,
float z)
Vector3i createVector3i(int x,
int y,
int z)
Vector3l createVector3l(long x,
long y,
long z)
Vector4d createVector4d(double x,
double y,
double z,
double w)
Vector4f createVector4f(float x,
float y,
float z,
float w)
Vector4i createVector4i(int x,
int y,
int z,
int w)
Vector4l createVector4l(long x,
long y,
long z,
long w)
Copyright © 2013–2022 CloudburstMC. All rights reserved.