Home | History | Annotate | Download | only in terrain

Lines Matching refs:Vector2f

49 import com.jme3.math.Vector2f;
120 float h = terrain.getHeight(new Vector2f(intersection.x, intersection.z));
125 Vector3f normal = terrain.getNormal(new Vector2f(intersection.x, intersection.z));
221 List<Vector2f> locs = new ArrayList<Vector2f>();
233 locs.add(new Vector2f(locX, locZ));
245 Vector2f point = new Vector2f(x, y);
252 Vector2f point = new Vector2f(x, z);
262 Vector3f origin = cam.getWorldCoordinates(new Vector2f(settings.getWidth() / 2, settings.getHeight() / 2), 0.0f);
263 Vector3f direction = cam.getWorldCoordinates(new Vector2f(settings.getWidth() / 2, settings.getHeight() / 2), 0.3f);