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