|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmali.vecmath2.pools.ObjectPool<Matrix3f>
org.openmali.vecmath2.pools.Matrix3fPool
public class Matrix3fPool
An instance pool for Matrix3f instances.
| Constructor Summary | |
|---|---|
Matrix3fPool(int initialSize)
|
|
| Method Summary | |
|---|---|
Matrix3f |
alloc()
|
protected Matrix3f |
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 Matrix3fPool(int initialSize)
| Method Detail |
|---|
protected Matrix3f newInstance()
newInstance in class ObjectPool<Matrix3f>public Matrix3f alloc()
alloc in class ObjectPool<Matrix3f>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||