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