|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmali.vecmath2.pools.ObjectPool<Quaternion4f>
org.openmali.vecmath2.pools.Quaternion4fPool
public class Quaternion4fPool
An instance pool for Quaternion4f instances.
| Constructor Summary | |
|---|---|
Quaternion4fPool(int initialSize)
|
|
| Method Summary | |
|---|---|
Quaternion4f |
alloc()
|
Quaternion4f |
alloc(float a,
float b,
float c,
float d)
|
protected Quaternion4f |
newInstance()
Creates a new instance of a pooled object. |
| Methods inherited from class org.openmali.vecmath2.pools.ObjectPool |
|---|
free, getSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Quaternion4fPool(int initialSize)
| Method Detail |
|---|
protected Quaternion4f newInstance()
newInstance in class ObjectPool<Quaternion4f>public Quaternion4f alloc()
alloc in class ObjectPool<Quaternion4f>
public Quaternion4f alloc(float a,
float b,
float c,
float d)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||