Blender  V3.3
Public Attributes | List of all members
ClothSolverResult Struct Reference

#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
 

Detailed Description

Definition at line 48 of file BKE_cloth.h.

Member Data Documentation

◆ avg_error

float ClothSolverResult::avg_error

Definition at line 53 of file BKE_cloth.h.

Referenced by cloth_clear_result(), and cloth_record_result().

◆ avg_iterations

float ClothSolverResult::avg_iterations

Definition at line 52 of file BKE_cloth.h.

Referenced by cloth_clear_result(), and cloth_record_result().

◆ max_error

float ClothSolverResult::max_error

Definition at line 53 of file BKE_cloth.h.

Referenced by cloth_clear_result(), and cloth_record_result().

◆ max_iterations

int ClothSolverResult::max_iterations

Definition at line 51 of file BKE_cloth.h.

Referenced by cloth_clear_result(), and cloth_record_result().

◆ min_error

float ClothSolverResult::min_error

Definition at line 53 of file BKE_cloth.h.

Referenced by cloth_clear_result(), and cloth_record_result().

◆ min_iterations

int ClothSolverResult::min_iterations

Definition at line 51 of file BKE_cloth.h.

Referenced by cloth_clear_result(), and cloth_record_result().

◆ status

int ClothSolverResult::status

Definition at line 49 of file BKE_cloth.h.

Referenced by cloth_clear_result(), and cloth_record_result().


The documentation for this struct was generated from the following file: