Blender V5.0
BLI_dial_2d.cc File Reference
#include "BLI_dial_2d.h"
#include "MEM_guardedalloc.h"
#include "BLI_math_vector.h"

Go to the source code of this file.

Classes

struct  Dial

Functions

DialBLI_dial_init (const float start_position[2], float threshold)
void BLI_dial_free (Dial *dial)
float BLI_dial_angle (Dial *dial, const float current_position[2])

Function Documentation

◆ BLI_dial_angle()

◆ BLI_dial_free()

◆ BLI_dial_init()

Dial * BLI_dial_init ( const float start_position[2],
float threshold )