- drawFunctional
auto drawFunctional(Surface surface, RGBColor rgbColor, T delegate(U) func, Range r)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawParametrical
auto drawParametrical(Surface surface, RGBColor rgbColor, T delegate(U) funcX, V delegate(W) funcY, Range r)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawPolarInDegrees
auto drawPolarInDegrees(Surface surface, RGBColor rgbColor, T delegate(U) func, Range r)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawPolarInRadians
auto drawPolarInRadians(Surface surface, RGBColor rgbColor, T delegate(U) func, Range r)
Undocumented in source. Be warned that the author may not have intended to support it.