Skip to content

Commit

Permalink
Tidying up
Browse files Browse the repository at this point in the history
  • Loading branch information
stribor14 committed Mar 19, 2019
1 parent 2fd174f commit 2e9ef77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2019 Mirko Kokot

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Bezier-Cpp
Fast and lightweight class for using the Bezier curves of any order in C++
# Key Features:

*Algorithm implementations are based on [A Primer on Bezier Curves](https://pomax.github.io/bezierinfo/) by Pomax*

## Key Features
- dynamic operations
- any order of curve
- optimized for real-time calculations

# Implementeed methods:
## Implementeed methods
- get value, curvature, tangent and normal for parameter *t*
- get t from projection any point onto a curve
- get derivative curve
Expand All @@ -16,11 +19,11 @@ Fast and lightweight class for using the Bezier curves of any order in C++
- manipulate control points
- manipulate dot on curve

# Dependencies:
- c++11
- Eigen3
## Dependencies
- c++11
- Eigen3

*Add compile flag* `-march=native` *when compiling to use vectorization with Eigen.*

# Licence
## Licence
Apache License Version 2.0

0 comments on commit 2e9ef77

Please sign in to comment.