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