Definition PathVertex.hpp:14
PathVertex()
Definition PathVertex.hpp:28
double texCoord
Definition PathVertex.hpp:26
Vector3 normal
Unit length vector perpendicular to the path at this point.
Definition PathVertex.hpp:18
Vector3 tangent
Unit length vector parallel to the path at this point.
Definition PathVertex.hpp:24
Vector3 binormal() const noexcept
Returns tangent x normal.
Definition PathVertex.hpp:33
Vector3 position
Definition PathVertex.hpp:20
Definition AnyGenerator.hpp:12
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25