|
Blender V4.3
|
#include "DNA_vec_types.h"Go to the source code of this file.
Classes | |
| struct | CurveProfilePoint |
| struct | CurveProfile |
Typedefs | |
| typedef struct CurveProfilePoint | CurveProfilePoint |
| typedef struct CurveProfile | CurveProfile |
| typedef enum eCurveProfilePresets | eCurveProfilePresets |
Enumerations | |
| enum | { PROF_SELECT = (1 << 0) , PROF_H1_SELECT = (1 << 1) , PROF_H2_SELECT = (1 << 2) } |
| enum | { PROF_USE_CLIP = (1 << 0) , PROF_SAMPLE_STRAIGHT_EDGES = (1 << 2) , PROF_SAMPLE_EVEN_LENGTHS = (1 << 3) , PROF_DIRTY_PRESET = (1 << 4) } |
| enum | eCurveProfilePresets { PROF_PRESET_LINE = 0 , PROF_PRESET_SUPPORTS = 1 , PROF_PRESET_CORNICE = 2 , PROF_PRESET_CROWN = 3 , PROF_PRESET_STEPS = 4 } |
| typedef struct CurveProfile CurveProfile |
Defines a profile.
| typedef struct CurveProfilePoint CurveProfilePoint |
Each control point that makes up the profile.
| typedef enum eCurveProfilePresets eCurveProfilePresets |
| anonymous enum |
| Enumerator | |
|---|---|
| PROF_SELECT | |
| PROF_H1_SELECT | |
| PROF_H2_SELECT | |
Definition at line 35 of file DNA_curveprofile_types.h.
| anonymous enum |
| Enumerator | |
|---|---|
| PROF_USE_CLIP | |
| PROF_SAMPLE_STRAIGHT_EDGES | |
| PROF_SAMPLE_EVEN_LENGTHS | |
| PROF_DIRTY_PRESET | |
Definition at line 64 of file DNA_curveprofile_types.h.
| enum eCurveProfilePresets |
| Enumerator | |
|---|---|
| PROF_PRESET_LINE | |
| PROF_PRESET_SUPPORTS | |
| PROF_PRESET_CORNICE | |
| PROF_PRESET_CROWN | |
| PROF_PRESET_STEPS | |
Definition at line 72 of file DNA_curveprofile_types.h.