Optional start: numberOptional finish: numberOptional closedLoop: booleanOptional name: stringOptional localName: stringName 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
Lemniscate curve; a 'figure eight' path.
Equation in polar coords is:
where
a=constant,t=angle from-Pi/4toPi/4, andr=radiusTo get both lobes with the direction of travel increasing across the origin, define
Then
To get into Cartesian coords, we use