public interface EmitterShape extends Savable, java.lang.Cloneable, JmeCloneable
| Modifier and Type | Method and Description | 
|---|---|
EmitterShape | 
deepClone()
This method creates a deep clone of the current instance of the emitter shape. 
 | 
void | 
getRandomPoint(Vector3f store)
This method fills in the initial position of the particle. 
 | 
void | 
getRandomPointAndNormal(Vector3f store,
                       Vector3f normal)
This method fills in the initial position of the particle and its normal vector. 
 | 
cloneFields, jmeClonevoid getRandomPoint(Vector3f store)
store - store variable for initial positionvoid getRandomPointAndNormal(Vector3f store, Vector3f normal)
store - store variable for initial positionnormal - store variable for initial normalEmitterShape deepClone()