|
Blender V5.0
|
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 |
| #define CURVE_NUM_BEZIER_STEPS 2 |
Definition at line 22 of file curve_intersect.h.
| #define CURVE_NUM_BEZIER_SUBDIVISIONS 3 |
Definition at line 20 of file curve_intersect.h.
| #define CURVE_NUM_BEZIER_SUBDIVISIONS_UNSTABLE (CURVE_NUM_BEZIER_SUBDIVISIONS + 1) |
Definition at line 21 of file curve_intersect.h.
| #define CURVE_NUM_JACOBIAN_ITERATIONS 5 |
Definition at line 23 of file curve_intersect.h.