Lines Matching refs:Vector3f
7 import com.jme3.math.Vector3f;
167 public Vector3f toWorldUnit(Position position) {
233 return new Vector3f(x, 0, z);
246 public Position toPosition(Vector3f posVec) {
250 Vector3f worldCentre = toWorldUnit(new Position(0, 0));
298 * @param posVec <code>Vector3f</code> object denoting the map's new centre.
301 public void setCentre(Vector3f posVec) {
315 * @return <code>Vector3f</code> object marking the map's (x,y) centre.
318 public Vector3f getCentreWu() {
319 return new Vector3f(xCentre, 0, zCentre);