|
CeresEngine 0.2.0
A game development framework
|
A circle winding multiple times around. More...
#include <CeresEngine/Mesh/Generator/KnotPath.hpp>
Public Types | |
| using | Edges = typename Impl::Edges |
| using | Vertices = typename Impl::Vertices |
Public Member Functions | |
| KnotPath (int p=2, int q=3, int segments=96) | |
| Edges | edges () const noexcept |
| Vertices | vertices () const noexcept |
Private Types | |
| using | Impl = ParametricPath |
Private Attributes | |
| Impl | mParametricPath |
A circle winding multiple times around.
| q | Times around a circle |
| p | Times around z axis |
| segments | Number of subdivisions along the path. |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |