Unravel Engine C++ Reference
|
#include <knot_path.hpp>
Public Types | |
using | edges_t = typename impl_t::edges_t |
using | vertices_t = typename impl_t::vertices_t |
Public Member Functions | |
knot_path_t (int p=2, int q=3, int segments=96) | |
edges_t | edges () const noexcept |
vertices_t | vertices () const noexcept |
using generator::knot_path_t::edges_t = typename impl_t::edges_t |
Definition at line 25 of file knot_path.hpp.
using generator::knot_path_t::vertices_t = typename impl_t::vertices_t |
Definition at line 32 of file knot_path.hpp.
knot_path_t::knot_path_t | ( | int | p = 2, |
int | q = 3, | ||
int | segments = 96 ) |
q | Times around a circle |
p | Times around z axis |
segments | Number of subdivisions along the path. |
Definition at line 26 of file knot_path.cpp.
|
inlinenoexcept |
Definition at line 27 of file knot_path.hpp.
|
inlinenoexcept |
Definition at line 34 of file knot_path.hpp.