10 lines
258 B
Plaintext
Raw Normal View History

2025-01-12 00:52:51 +08:00
importFrom("stats", "lm", "na.omit", "nls", "nls.control", "optim", "sd")
S3method(summary, bezierArcLength)
S3method(summary, bezierCurveFit)
S3method(print, summary.bezierArcLength)
S3method(print, summary.bezierCurveFit)
exportPattern("^[[:alpha:]]+")