Home | History | Annotate | Download | only in collision

Lines Matching refs:geometry

37 import com.jme3.scene.Geometry;
49 private Geometry geometry;
55 public CollisionResult(Geometry geometry, Vector3f contactPoint, float distance, int triangleIndex) {
56 this.geometry = geometry;
70 public void setGeometry(Geometry geom){
71 this.geometry = geom;
94 Mesh m = geometry.getMesh();
130 public Geometry getGeometry() {
131 return geometry;