mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 07:18:11 +08:00
* Initial tests * Write unit tests for Bezier Co-authored-by: Thomas Cheng <Androxium@users.noreply.github.com> Co-authored-by: Rob Nadal <RobNadal@users.noreply.github.com> Co-authored-by: Linda Zheng <linda-zheng@users.noreply.github.com> Co-authored-by: Jackie Chen <jackiechen73@users.noreply.github.com> * Write final tests and add PartialEq and Debug traits to Bezier * Minor changes * Identify missing tests and rename tests * Add tests for rotate and translate * Add tests for bounding box and inflection * de casteljau point test * curvature tests * Add more sections to the rotate and translation tests Co-authored-by: Thomas Cheng <Androxium@users.noreply.github.com> Co-authored-by: Rob Nadal <RobNadal@users.noreply.github.com> Co-authored-by: Linda Zheng <linda-zheng@users.noreply.github.com> Co-authored-by: Jackie Chen <jackiechen73@users.noreply.github.com> Co-authored-by: Jackie Chen <jackie.chen73@gmail.com> Co-authored-by: Keavon Chambers <keavon@keavon.com>