Definition at line 209 of file xypath.cpp.
210 {
211 PhyllotaxisPathPtr path = PhyllotaxisPathPtr::New(
args);
212 XYPathPtr out = XYPathPtr::New(path);
213 if (width > 0 && height > 0) {
214 out->setDrawBounds(width, height);
215 }
216 return out;
217}
References args, and fl::Referent::Ptr.
Referenced by CreateXYPaths().