Cleanup: Move curve.c to C++

I need this for a refactor I'm looking into for bounding boxes.
It may be helpful in the future when using `CurveEval` in more places.

Differential Revision: https://developer.blender.org/D13596
This commit is contained in:
Hans Goudey 2021-12-16 11:22:48 -06:00
parent 197b3502b0
commit bd12855110
2 changed files with 208 additions and 206 deletions

View File

@ -118,7 +118,7 @@ set(SRC
intern/context.c
intern/crazyspace.c
intern/cryptomatte.cc
intern/curve.c
intern/curve.cc
intern/curve_bevel.c
intern/curve_convert.c
intern/curve_decimate.c