Vuo  2.1.2
Macros | Functions
VuoInputEditorTransform2d.cc File Reference

Description

VuoInputEditorTransform2d implementation.

Definition in file VuoInputEditorTransform2d.cc.

Go to the source code of this file.

Macros

#define DEG2RAD   0.0174532925f
 Convert degrees to radians. More...
 
#define RAD2DEG   57.295779513f
 Convert radians to degrees. More...
 

Functions

QLabel * makeLabel (const char *text)
 Creates a new label with sizePolicy(Max, Max) More...
 

Macro Definition Documentation

◆ DEG2RAD

#define DEG2RAD   0.0174532925f

Convert degrees to radians.

Definition at line 19 of file VuoInputEditorTransform2d.cc.

◆ RAD2DEG

#define RAD2DEG   57.295779513f

Convert radians to degrees.

Definition at line 20 of file VuoInputEditorTransform2d.cc.

Function Documentation

◆ makeLabel()

QLabel* makeLabel ( const char *  text)

Creates a new label with sizePolicy(Max, Max)

Definition at line 32 of file VuoInputEditorTransform2d.cc.