Blender
V3.3
|
#include <BKE_cloth.h>
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 48 of file BKE_cloth.h.
float ClothSolverResult::avg_error |
Definition at line 53 of file BKE_cloth.h.
Referenced by cloth_clear_result(), and cloth_record_result().
float ClothSolverResult::avg_iterations |
Definition at line 52 of file BKE_cloth.h.
Referenced by cloth_clear_result(), and cloth_record_result().
float ClothSolverResult::max_error |
Definition at line 53 of file BKE_cloth.h.
Referenced by cloth_clear_result(), and cloth_record_result().
int ClothSolverResult::max_iterations |
Definition at line 51 of file BKE_cloth.h.
Referenced by cloth_clear_result(), and cloth_record_result().
float ClothSolverResult::min_error |
Definition at line 53 of file BKE_cloth.h.
Referenced by cloth_clear_result(), and cloth_record_result().
int ClothSolverResult::min_iterations |
Definition at line 51 of file BKE_cloth.h.
Referenced by cloth_clear_result(), and cloth_record_result().
int ClothSolverResult::status |
Definition at line 49 of file BKE_cloth.h.
Referenced by cloth_clear_result(), and cloth_record_result().