Searched defs:getRandomPoint (Results 1 - 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
H A DEmitterMeshConvexHullShape.java39 public void getRandomPoint(Vector3f store) { method in class:EmitterMeshConvexHullShape
40 super.getRandomPoint(store);
H A DEmitterShape.java48 public void getRandomPoint(Vector3f store); method in interface:EmitterShape
H A DEmitterMeshFaceShape.java59 public void getRandomPoint(Vector3f store) { method in class:EmitterMeshFaceShape
H A DEmitterMeshVertexShape.java88 public void getRandomPoint(Vector3f store) { method in class:EmitterMeshVertexShape
H A DEmitterPointShape.java63 public void getRandomPoint(Vector3f store) { method in class:EmitterPointShape
H A DEmitterSphereShape.java75 public void getRandomPoint(Vector3f store) { method in class:EmitterSphereShape
85 this.getRandomPoint(store);
H A DEmitterBoxShape.java60 public void getRandomPoint(Vector3f store) { method in class:EmitterBoxShape
74 this.getRandomPoint(store);

Completed in 219 milliseconds