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

Method setScale

Singular/LIB/surfex/Project.java:554–558  ·  view source on GitHub ↗
(double s)

Source from the content-addressed store, hash-verified

552 }
553
554 public void setScale(double s) {
555// System.out.println("setScale P:"+s);
556 scale = s;
557// jv4sx.setScale(s);
558 }
559
560 public void setInterpolConst(int c) {
561 interpolConst = c;

Callers 5

ProjectMethod · 0.45
scaleSliderUpdatedMethod · 0.45
loadGeneralDataMethod · 0.45
updateZoomMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected