Blender V2.61 - r43446
Public Attributes

ClothSpring Struct Reference

#include <BKE_cloth.h>

List of all members.

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

Detailed Description

The definition of a spring.

Definition at line 120 of file BKE_cloth.h.


Member Data Documentation

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().

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 125 of file BKE_cloth.h.

Referenced by cloth_apply_spring_force(), and implicit_init().

Definition at line 131 of file BKE_cloth.h.

Referenced by cloth_add_spring(), cloth_build_springs(), and cloth_calc_spring_force().


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