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