Struct BezierInputPoint

Inheritance Relationships

Derived Type

Struct Documentation

struct BezierInputPoint

Those are the points that we pass into the bezier curve generator. Every bezier curve will be generated from a list of BezierInputPoint. Every input point can have a custom weight coefficient.

Subclassed by inexor::vulkan_renderer::BezierOutputPoint

Public Members

glm::vec3 pos = {0.0f, 0.0f, 0.0f}
float weight = {1.0f}