AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
aui::animation_curves::CubicBezier Class Reference

Detailed Description

Use online configurators like https://cubic-bezier.com/

Public Member Functions

 CubicBezier (glm::vec2 v1, glm::vec2 v2)
 
float operator() (float t)
 

#include <AUI/Animator/Curves/bezier.h>


The documentation for this class was generated from the following file:
Inheritance diagram for aui::animation_curves::CubicBezier: