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