#include <curve.hpp>
|
| Curve ()=default |
|
| Curve (std::vector< glm::vec3 > points, std::vector< glm::vec3 > normals, float width) |
|
| ~Curve ()=default |
|
void | add_line (std::vector< glm::vec3 > points, std::vector< glm::vec3 > normals, float width) |
|
void | upload () |
|
Definition at line 38 of file curve.hpp.
◆ Curve() [1/2]
◆ Curve() [2/2]
Eng3D::Curve::Curve |
( |
std::vector< glm::vec3 > |
points, |
|
|
std::vector< glm::vec3 > |
normals, |
|
|
float |
width |
|
) |
| |
◆ ~Curve()
◆ add_line()
void Eng3D::Curve::add_line |
( |
std::vector< glm::vec3 > |
points, |
|
|
std::vector< glm::vec3 > |
normals, |
|
|
float |
width |
|
) |
| |
◆ upload()
void Eng3D::Curve::upload |
( |
| ) |
|
The documentation for this struct was generated from the following files: