MCPcopy Create free account
hub / github.com/Singular/Singular / getXpos

Method getXpos

Singular/LIB/surfex/Lamp.java:489–497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

487 }
488
489 public synchronized double getXpos() {
490 String str = "";
491 while (str.compareTo("") == 0) {
492 str = xPos.getText();
493 // Achtung, liefert manchmal den leeren String statt den richtigen
494 }
495// System.out.println("xPos:"+str+".");
496 return Double.valueOf(str).doubleValue();
497 }
498
499 public synchronized double getYpos() {
500 String str = "";

Callers 3

showDefaultMethod · 0.95
getPosMethod · 0.95
getVecLengthMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected