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