![]() |
Blender V2.61 - r43446
|
#include <BKE_cloth.h>
Public Attributes | |
| int | ij |
| int | kl |
| float | restlen |
| int | matrix_index |
| int | type |
| int | flags |
| float | dfdx [3][3] |
| float | dfdv [3][3] |
| float | f [3] |
| float | stiffness |
| float | editrestlen |
The definition of a spring.
Definition at line 120 of file BKE_cloth.h.
| float ClothSpring::dfdv[3][3] |
Definition at line 129 of file BKE_cloth.h.
Referenced by cloth_apply_spring_force(), and cloth_calc_spring_force().
| float ClothSpring::dfdx[3][3] |
Definition at line 128 of file BKE_cloth.h.
Referenced by cloth_apply_spring_force(), and cloth_calc_spring_force().
| float ClothSpring::editrestlen |
Definition at line 132 of file BKE_cloth.h.
| float ClothSpring::f[3] |
Definition at line 130 of file BKE_cloth.h.
Referenced by cloth_apply_spring_force(), and cloth_calc_spring_force().
Definition at line 127 of file BKE_cloth.h.
Referenced by cloth_add_spring(), cloth_apply_spring_force(), cloth_build_springs(), and cloth_calc_spring_force().
| int ClothSpring::ij |
Definition at line 122 of file BKE_cloth.h.
Referenced by cloth_add_spring(), cloth_apply_spring_force(), cloth_build_springs(), cloth_calc_force(), cloth_calc_helper_forces(), cloth_calc_spring_force(), and implicit_init().
| int ClothSpring::kl |
Definition at line 123 of file BKE_cloth.h.
Referenced by cloth_add_spring(), cloth_apply_spring_force(), cloth_build_springs(), cloth_calc_force(), cloth_calc_helper_forces(), cloth_calc_spring_force(), and implicit_init().
Definition at line 125 of file BKE_cloth.h.
Referenced by cloth_apply_spring_force(), and implicit_init().
| float ClothSpring::restlen |
Definition at line 124 of file BKE_cloth.h.
Referenced by cloth_add_spring(), cloth_build_springs(), cloth_calc_force(), cloth_calc_helper_forces(), and cloth_calc_spring_force().
| float ClothSpring::stiffness |
Definition at line 131 of file BKE_cloth.h.
Referenced by cloth_add_spring(), cloth_build_springs(), and cloth_calc_spring_force().
Definition at line 126 of file BKE_cloth.h.
Referenced by cloth_add_spring(), cloth_apply_spring_force(), cloth_build_springs(), cloth_calc_force(), cloth_calc_helper_forces(), and cloth_calc_spring_force().