drawParametrical

Undocumented in source. Be warned that the author may not have intended to support it.
drawParametrical
(
T
U
V
W
Range
)
(
Surface surface
,
RGBColor rgbColor
,
T delegate
(
U
)
funcX
,
V delegate
(
W
)
funcY
,
Range r
)
if (
isInputRange!(Unqual!Range) &&
allArithmetic!(T, U, V, W, ElementType!Range)
)

Meta