Bezier Curve
- C++ 56.9%
- CMake 41.1%
- C 2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Changes to be committed: - new file: CMakeLists.txt - new file: LICENSE - new file: README.md - new file: cfg/bez.cmake.in - new file: src/bez.cc - new file: test/CMakeLists.txt - new file: test/bez/main.c |
||
| cfg | ||
| src | ||
| test | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README.md | ||
____ __ _
__ _ ___|___ \ / _| _| |__ ___ ____
/ _` |/ _ \ __) | |(_|_) '_ \ / _ \_ /
| (_| | __// __/| _| _| |_) | __// /
\__,_|\___|_____|_|(_|_)_.__/ \___/___|
Implements N-dim Bezier Curve with macro