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

Method getAngles

Singular/LIB/surfex/EquationAdmin.java:808–811  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

806
807 // Methoden
808 public double[] getAngles() {
809 ang = jv4sx.getCameraRotationYXZ();
810 return (ang);
811 }
812
813 public double[] getScales() {
814 return (scale);

Callers 4

startRaytraceAlwaysMethod · 0.80
stateChangedMethod · 0.80
closeSurfexMethod · 0.80
tabChangedMethod · 0.80

Calls 1

getCameraRotationYXZMethod · 0.80

Tested by

no test coverage detected