Blender V4.3
cycles_xml.h File Reference

Go to the source code of this file.

Macros

#define RAD2DEGF(_rad)   ((_rad) * (float)(180.0 / M_PI))
 
#define DEG2RADF(_deg)   ((_deg) * (float)(M_PI / 180.0))
 

Functions

void xml_read_file (Scene *scene, const char *filepath)
 

Macro Definition Documentation

◆ DEG2RADF

#define DEG2RADF ( _deg)    ((_deg) * (float)(M_PI / 180.0))

Definition at line 16 of file cycles_xml.h.

◆ RAD2DEGF

#define RAD2DEGF ( _rad)    ((_rad) * (float)(180.0 / M_PI))

Definition at line 15 of file cycles_xml.h.

Function Documentation

◆ xml_read_file()

void xml_read_file ( Scene * scene,
const char * filepath )