Unravel Engine C++ Reference
|
#include <path_vertex.hpp>
Public Member Functions | |
path_vertex_t () | |
gml::dvec3 | binormal () const noexcept |
Public Attributes | |
gml::dvec3 | normal |
gml::dvec3 | position |
gml::dvec3 | tangent |
double | tex_coord |
Definition at line 9 of file path_vertex.hpp.
|
inline |
Definition at line 24 of file path_vertex.hpp.
|
inlinenoexcept |
Returns tangent x normal. Also the y-axis of the path coordinate system. See: http://mathworld.wolfram.com/BinormalVector.html
Definition at line 31 of file path_vertex.hpp.
gml::dvec3 generator::path_vertex_t::normal |
Unit length vector perpendicular to the path at this point. Also the x-axis of the path coordinate system at this point.
Definition at line 14 of file path_vertex.hpp.
gml::dvec3 generator::path_vertex_t::position |
Definition at line 16 of file path_vertex.hpp.
gml::dvec3 generator::path_vertex_t::tangent |
Unit length vector parallel to the path at this point. Also the z-axis of the path at this point.
Definition at line 20 of file path_vertex.hpp.
double generator::path_vertex_t::tex_coord |
Definition at line 22 of file path_vertex.hpp.