Bezier Curve
  • C++ 56.9%
  • CMake 41.1%
  • C 2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dalmurii 3bfcfefa51 Initial commit
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
2026-07-17 04:38:13 +09:00
cfg Initial commit 2026-07-17 04:38:13 +09:00
src Initial commit 2026-07-17 04:38:13 +09:00
test Initial commit 2026-07-17 04:38:13 +09:00
CMakeLists.txt Initial commit 2026-07-17 04:38:13 +09:00
LICENSE Initial commit 2026-07-17 04:38:13 +09:00
README.md Initial commit 2026-07-17 04:38:13 +09:00

             ____   __    _              
   __ _  ___|___ \ / _| _| |__   ___ ____
  / _` |/ _ \ __) | |(_|_) '_ \ / _ \_  /
 | (_| |  __// __/|  _| _| |_) |  __// / 
  \__,_|\___|_____|_|(_|_)_.__/ \___/___|

Implements N-dim Bezier Curve with macro