| 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.getMouseDelta()
Returns the mouse position delta
aka. change in position since last
InputAdapter.update() call |
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 | Method and Description |
|---|---|
Vector2f |
MouseEvent.getMouseDelta() |
Vector2f |
MouseEvent.getPosition() |
| Constructor and Description |
|---|
MouseEvent(InputAdapter inputAdapter,
MouseButton button,
float delta,
Vector2f position,
Vector2f mouseDelta) |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
Vector2f |
Vertex.getTexCor() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vertex.setTexCor(Vector2f texCor) |
| Constructor and Description |
|---|
Vertex(Vector3f pos,
Vector2f texCor) |
Vertex(Vector3f pos,
Vector2f texCor,
Vector3f normal) |
Vertex(Vector3f pos,
Vector2f texCor,
Vector3f normal,
Vector3f tangent) |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
Vector2f |
Fog.getRange() |
| Modifier and Type | Method and Description |
|---|---|
void |
Fog.setRange(Vector2f range) |
| Constructor and Description |
|---|
Fog(Color color,
Vector2f range) |
Fog(Color color,
Vector2f range,
float density,
Fog.Mode mode) |
| 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 | Field and Description |
|---|---|
protected List<Vector2f> |
IndexedModel.texCoord |
protected ArrayList<Vector2f> |
OBJParser.texCoord |
| Modifier and Type | Method and Description |
|---|---|
List<Vector2f> |
IndexedModel.getTexCoord() |
ArrayList<Vector2f> |
OBJParser.getTexCoord() |
| Modifier and Type | Method and Description |
|---|---|
void |
OBJParser.setTexCoord(ArrayList<Vector2f> texCoord) |
void |
IndexedModel.setTexCoord(List<Vector2f> 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 | Method and Description |
|---|---|
protected Vector2f |
MouseLook.getDeltaMoveFactor(float sensitivity,
Vector2f delta)
This returns the sensitivity aka delta move factor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Vector2f |
MouseLook.getDeltaMoveFactor(float sensitivity,
Vector2f delta)
This returns the sensitivity aka delta move factor.
|
| Modifier and Type | Method and Description |
|---|---|
protected static org.achtern.AchternEngine.core.util.TangentGenerator.TriangleDelta |
TangentGenerator.getTriangleDelta(Vector2f tex0,
Vector2f tex1,
Vector2f tex2) |
| Modifier and Type | Method and Description |
|---|---|
static List<Vector3f> |
TangentGenerator.calculate(List<Vector3f> positions,
List<Integer> indices,
List<Vector2f> texCoords) |
| Modifier and Type | Class and Description |
|---|---|
class |
LWJGLWindow |
| Modifier and Type | Method and Description |
|---|---|
Vector2f |
LWJGLInput.getMouseDelta()
Returns the mouse position delta
aka. change in position since last
LWJGLInput.update() call |
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 © 2015. All rights reserved.