|
Blender V4.3
|
#include <BKE_cloth.hh>
Public Attributes | |
| int | status |
| int | max_iterations |
| int | min_iterations |
| float | avg_iterations |
| float | max_error |
| float | min_error |
| float | avg_error |
Definition at line 51 of file BKE_cloth.hh.
| float ClothSolverResult::avg_error |
Definition at line 56 of file BKE_cloth.hh.
Referenced by cloth_clear_result(), and cloth_record_result().
| float ClothSolverResult::avg_iterations |
Definition at line 55 of file BKE_cloth.hh.
Referenced by cloth_clear_result(), and cloth_record_result().
| float ClothSolverResult::max_error |
Definition at line 56 of file BKE_cloth.hh.
Referenced by cloth_clear_result(), and cloth_record_result().
| int ClothSolverResult::max_iterations |
Definition at line 54 of file BKE_cloth.hh.
Referenced by cloth_clear_result(), and cloth_record_result().
| float ClothSolverResult::min_error |
Definition at line 56 of file BKE_cloth.hh.
Referenced by cloth_clear_result(), and cloth_record_result().
| int ClothSolverResult::min_iterations |
Definition at line 54 of file BKE_cloth.hh.
Referenced by cloth_clear_result(), and cloth_record_result().
| int ClothSolverResult::status |
Definition at line 52 of file BKE_cloth.hh.
Referenced by cloth_clear_result(), and cloth_record_result().