tayebiarasteh / Bezier_CatmullRom

C# implementation of some mathematical solutions to problems in 3D world generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C# implementation of the conversion between Catmull-Rom and Bézier curve segments

MIT Licence

This is the official repository of the paper "Conversion Between Cubic Bezier Curves and Catmull–Rom Splines", published as OpenAccess on July 31, 2021 in the Springer Nature Computer Science Journal, see here Conversion Between Cubic Bezier Curves and Catmull–Rom Splines. The preprint of the paper is available here on arXiv.

This project was a part of the vision-based navigation research at the Department of Information Technology (LIKE) at Friedrich-Alexander-University Erlangen-Nuremberg.

Prerequisites

The codes here were initially intended to be used within C# and the Unity 3D game engine.

We are working on a Python implementation for easier use and increased transparency regarding the research.

About

C# implementation of some mathematical solutions to problems in 3D world generation

License:MIT License


Languages

Language:C# 100.0%