Private arc1rxright point of upper arc
Private arc1xcenter of upper arc
Private arc1ycenter of upper arc
Private arc2ycenter of lower arc
Private radradius of the arcs
Private shit value at outside of spiral
Private shixoutside point of spiral
Private shiyoutside point of spiral
Private slot value at inside of spiral
Private sloxinside point of spiral
Private sloyinside point of spiral
Private t1end of upper arc
Private t2end of left vertical line
Private t3end of lower arc
Private t4end of horiz line, start of spiral
Private t5end of spiral
Private t6end of diagonal line
Private t7top of upper arc
Name of this object, either the language-independent name for scripting purposes or the localized name for display to user.
The language-independent name should be the same as the English version but capitalized and with spaces and dashes replaced by underscore, see Util.toName and nameEquals.
Optional opt_localized: booleantrue means return the localized version of the name;
default is false which means return the language independent name.
name of this object
Whether this ParametricPath has the given name, adjusting for the transformation to a language-independent form of the name, as is done by Util.toName.
the English or language-independent version of the name
whether this ParametricPath has the given name (adjusted to language-independent form)
Generated using TypeDoc
A spiral shaped path. See the Mathematica file Rollercurves.nb for construction.