Unravel Engine C++ Reference
|
#include <helix_path.hpp>
Public Types | |
using | edges_t = typename impl_t::edges_t |
using | vertices_t = typename impl_t::vertices_t |
Public Member Functions | |
helix_path_t (double radius=1.0, double size=1.0, int segments=32, double start=0.0, double sweep=gml::radians(720.0)) | |
edges_t | edges () const noexcept |
vertices_t | vertices () const noexcept |
using generator::helix_path_t::edges_t = typename impl_t::edges_t |
Definition at line 29 of file helix_path.hpp.
using generator::helix_path_t::vertices_t = typename impl_t::vertices_t |
Definition at line 36 of file helix_path.hpp.
helix_path_t::helix_path_t | ( | double | radius = 1.0, |
double | size = 1.0, | ||
int | segments = 32, | ||
double | start = 0.0, | ||
double | sweep = gml::radians(720.0) ) |
radius | Radius from the z-axis |
size | Half of the length along the z-axis. |
segments | Number of subdivisions along the path. |
start | Counterclockwise angle around the z-axis relative to the x-axis. |
sweep | Counterclockwise angle around the z-axis. |
Definition at line 5 of file helix_path.cpp.
|
inlinenoexcept |
Definition at line 31 of file helix_path.hpp.
|
inlinenoexcept |
Definition at line 38 of file helix_path.hpp.