Package | Description |
---|---|
org.lwjgl.util.vector |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ReadableVector3f |
|
interface |
ReadableVector4f |
Modifier and Type | Class | Description |
---|---|---|
class |
Quaternion |
|
class |
Vector2f |
Holds a 2-tuple vector.
|
class |
Vector3f |
Holds a 3-tuple vector.
|
class |
Vector4f |
Holds a 4-tuple vector.
|
Modifier and Type | Method | Description |
---|---|---|
Vector2f |
Vector2f.set(ReadableVector2f src) |
Load from another Vector2f
|
Constructor | Description |
---|---|
Vector2f(ReadableVector2f src) |
Constructor
|
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.