| Modifier and Type | Class and Description |
|---|---|
class |
Window |
| Modifier and Type | Method and Description |
|---|---|
Vector2f |
Window.getCenter() |
| Modifier and Type | Method and Description |
|---|---|
Vector2f |
InputAdapter.getMousePosition()
Returns the Mouse Position on the screen.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputAdapter.setMousePosition(Vector2f position)
Modifies the mouse cursor position
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector2f |
MouseEvent.mouseDelta |
protected Vector2f |
MouseEvent.position |
| Modifier and Type | Field and Description |
|---|---|
protected Vector2f |
MouseMap.previousPosition |
| Modifier and Type | Field and Description |
|---|---|
static Vector2f |
Vector2f.ONE |
static Vector2f |
Vector2f.UNIT_X |
static Vector2f |
Vector2f.UNIT_Y |
static Vector2f |
Vector2f.ZERO |
| Modifier and Type | Method and Description |
|---|---|
Vector2f |
Vector2f.abs() |
Vector2f |
Vector2f.add(float v) |
Vector2f |
Vector2f.add(Vector2f v) |
Vector2f |
Vector2f.div(float v) |
Vector2f |
Vector2f.div(Vector2f v) |
Vector2f |
Vector3f.getXY() |
Vector2f |
Vector3f.getXZ() |
Vector2f |
Vector3f.getYX() |
Vector2f |
Vector3f.getYZ() |
Vector2f |
Vector3f.getZX() |
Vector2f |
Vector3f.getZY() |
Vector2f |
Vector2f.lerp(Vector2f dest,
float factor) |
Vector2f |
Vector2f.mul(float v) |
Vector2f |
Vector2f.mul(Vector2f v) |
Vector2f |
Vector2f.normalize() |
Vector2f |
Vector2f.normalized() |
Vector2f |
Vector2f.rotate(float angle) |
Vector2f |
Vector2f.sub(float v) |
Vector2f |
Vector2f.sub(Vector2f v) |
| Modifier and Type | Method and Description |
|---|---|
Vector2f |
Vector2f.add(Vector2f v) |
float |
Vector2f.cross(Vector2f v) |
Vector2f |
Vector2f.div(Vector2f v) |
float |
Vector2f.dot(Vector2f v) |
Vector2f |
Vector2f.lerp(Vector2f dest,
float factor) |
Vector2f |
Vector2f.mul(Vector2f v) |
void |
Vector2f.set(Vector2f v) |
Vector2f |
Vector2f.sub(Vector2f v) |
| Modifier and Type | Class and Description |
|---|---|
class |
Dimension |
| Modifier and Type | Field and Description |
|---|---|
protected Vector2f |
Vertex.texCor |
| Constructor and Description |
|---|
Vertex(Vector3f pos,
Vector2f texCor) |
| Modifier and Type | Method and Description |
|---|---|
void |
UniformManager.setUniform(Shader shader,
String name,
Vector2f vec) |
| Modifier and Type | Field and Description |
|---|---|
protected Vector2f |
Fog.range |
| Constructor and Description |
|---|
Fog(Color color,
Vector2f range) |
| Modifier and Type | Class and Description |
|---|---|
class |
FrameBuffer |
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
ImageGenerator.fromColor(Vector2f dimensions,
Color color) |
| Modifier and Type | Class and Description |
|---|---|
class |
Texture |
| Modifier and Type | Method and Description |
|---|---|
protected static Vector2f |
ResourceConverter.getForPadding(Dimension drawSpace,
Dimension size,
ResourceConverter.PaddingMode mode) |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<Vector2f> |
OBJParser.texCoord |
protected ArrayList<Vector2f> |
IndexedModel.texCoord |
| Modifier and Type | Method and Description |
|---|---|
Vector2f |
FogGenerator.getRange() |
| Modifier and Type | Method and Description |
|---|---|
void |
FogGenerator.setRange(Vector2f range) |
| Constructor and Description |
|---|
FogGenerator(Color color,
Vector2f range) |
FogGenerator(Color color,
Vector2f range,
float density,
Fog.Mode mode) |
| Modifier and Type | Class and Description |
|---|---|
class |
LWJGLWindow |
| Modifier and Type | Method and Description |
|---|---|
Vector2f |
LWJGLInput.getMousePosition() |
| Modifier and Type | Method and Description |
|---|---|
void |
LWJGLInput.setMousePosition(Vector2f position) |
| Modifier and Type | Method and Description |
|---|---|
void |
LWJGLUniformManager.setUniform(Shader shader,
String name,
Vector2f vec) |
Copyright © 2014. All rights reserved.