Brunot
Loading...
Searching...
No Matches
ImGui Namespace Reference

Functions

auto BezierValue (float dt01, float P[]) -> float
auto Bezier (const char *label, float P[]) -> int
template<int steps>
auto bezier_table (ImVec2 P[], ImVec2 results[]) -> void
auto BezierValue (float dt01, float P[4]) -> float
auto Bezier (const char *label, float P[5]) -> int

Function Documentation

◆ Bezier() [1/2]

auto ImGui::Bezier ( const char * label,
float P[5] )->int

◆ Bezier() [2/2]

auto ImGui::Bezier ( const char * label,
float P[] )->int
Here is the call graph for this function:
Here is the caller graph for this function:

◆ bezier_table()

template<int steps>
auto ImGui::bezier_table ( ImVec2 P[],
ImVec2 results[] )->void
Here is the caller graph for this function:

◆ BezierValue() [1/2]

auto ImGui::BezierValue ( float dt01,
float P[4] )->float

◆ BezierValue() [2/2]

auto ImGui::BezierValue ( float dt01,
float P[] )->float
Here is the call graph for this function:
Here is the caller graph for this function: