Blender  V2.93
Macros
geom_curve_intersect.h File Reference

Go to the source code of this file.

Macros

#define CURVE_NUM_BEZIER_SUBDIVISIONS   3
 
#define CURVE_NUM_BEZIER_SUBDIVISIONS_UNSTABLE   (CURVE_NUM_BEZIER_SUBDIVISIONS + 1)
 
#define CURVE_NUM_BEZIER_STEPS   2
 
#define CURVE_NUM_JACOBIAN_ITERATIONS   5
 

Macro Definition Documentation

◆ CURVE_NUM_BEZIER_STEPS

#define CURVE_NUM_BEZIER_STEPS   2

Definition at line 27 of file geom_curve_intersect.h.

◆ CURVE_NUM_BEZIER_SUBDIVISIONS

#define CURVE_NUM_BEZIER_SUBDIVISIONS   3

Definition at line 25 of file geom_curve_intersect.h.

◆ CURVE_NUM_BEZIER_SUBDIVISIONS_UNSTABLE

#define CURVE_NUM_BEZIER_SUBDIVISIONS_UNSTABLE   (CURVE_NUM_BEZIER_SUBDIVISIONS + 1)

Definition at line 26 of file geom_curve_intersect.h.

◆ CURVE_NUM_JACOBIAN_ITERATIONS

#define CURVE_NUM_JACOBIAN_ITERATIONS   5

Definition at line 28 of file geom_curve_intersect.h.