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

Method getSurfCode_Part1

Singular/LIB/surfex/EquationAdmin.java:349–360  ·  view source on GitHub ↗
(Dimension d, boolean antialiasing,
				    jv4surfex jv4sx)

Source from the content-addressed store, hash-verified

347 }
348
349 public String getSurfCode_Part1(Dimension d, boolean antialiasing,
350 jv4surfex jv4sx) {
351
352 double[] p=new double[3];
353
354 p[0]=0.0;
355 p[1]=0.0;
356 p[2]=0.0;
357
358 return getSurfCode_Part1(d, antialiasing,
359 "rot_x=0.0; rot_y=0.0; rot_z=0.0;\n", null, null, jv4sx,p);// default;
360 }
361
362 public String getSurfCode_Part1(Dimension d, boolean antialiasing,
363 String[] runningParams,

Callers 2

surfcodePart1_surfWebMethod · 0.80

Calls 15

getSurfCodeMethod · 0.95
getPolyCodeMethod · 0.95
isSelectedMethod · 0.95
getSurfCodeMethod · 0.95
getSurfCodeMethod · 0.95
getSurfNoMethod · 0.95
getEqnFromNoMethod · 0.95
getNameMethod · 0.95
isSelectedMethod · 0.95
getSurfCodeMethod · 0.95
getRootFinderMethod · 0.80
getEpsilonMethod · 0.80

Tested by

no test coverage detected