Blender
V3.3
|
#include <BKE_collision.h>
Public Attributes | |
unsigned int | face1 |
unsigned int | face2 |
float | distance |
float | normal [3] |
float | vector [3] |
float | pa [3] |
float | pb [3] |
int | flag |
float | time |
int | ap1 |
int | ap2 |
int | ap3 |
int | bp1 |
int | bp2 |
int | bp3 |
int | pointsb [4] |
Definition at line 39 of file BKE_collision.h.
int CollPair::ap1 |
Definition at line 55 of file BKE_collision.h.
Referenced by cloth_collision(), cloth_collision_response_static(), cloth_selfcollision(), cloth_selfcollision_response_static(), and hair_collision().
int CollPair::ap2 |
Definition at line 55 of file BKE_collision.h.
Referenced by cloth_collision(), cloth_collision_response_static(), cloth_selfcollision(), cloth_selfcollision_response_static(), and hair_collision().
int CollPair::ap3 |
Definition at line 55 of file BKE_collision.h.
Referenced by cloth_collision(), cloth_collision_response_static(), cloth_selfcollision(), and cloth_selfcollision_response_static().
int CollPair::bp1 |
Definition at line 55 of file BKE_collision.h.
Referenced by cloth_collision(), cloth_collision_response_static(), cloth_selfcollision(), cloth_selfcollision_response_static(), collision_get_collider_velocity(), and hair_collision().
int CollPair::bp2 |
Definition at line 55 of file BKE_collision.h.
Referenced by cloth_collision(), cloth_collision_response_static(), cloth_selfcollision(), cloth_selfcollision_response_static(), collision_get_collider_velocity(), and hair_collision().
int CollPair::bp3 |
Definition at line 55 of file BKE_collision.h.
Referenced by cloth_collision(), cloth_collision_response_static(), cloth_selfcollision(), cloth_selfcollision_response_static(), collision_get_collider_velocity(), and hair_collision().
float CollPair::distance |
Definition at line 42 of file BKE_collision.h.
Referenced by cloth_collision(), cloth_collision_response_static(), cloth_selfcollision(), cloth_selfcollision_response_static(), and hair_collision().
unsigned int CollPair::face1 |
Definition at line 40 of file BKE_collision.h.
unsigned int CollPair::face2 |
Definition at line 41 of file BKE_collision.h.
int CollPair::flag |
Definition at line 46 of file BKE_collision.h.
Referenced by cloth_collision(), cloth_collision_response_static(), cloth_selfcollision(), cloth_selfcollision_response_static(), and hair_collision().
float CollPair::normal[3] |
Definition at line 43 of file BKE_collision.h.
Referenced by cloth_collision_response_static(), and cloth_selfcollision_response_static().
float CollPair::pa[3] |
Definition at line 45 of file BKE_collision.h.
Referenced by cloth_collision_response_static(), and cloth_selfcollision_response_static().
float CollPair::pb[3] |
Definition at line 45 of file BKE_collision.h.
Referenced by cloth_collision_response_static(), cloth_selfcollision_response_static(), and collision_get_collider_velocity().
int CollPair::pointsb[4] |
Definition at line 57 of file BKE_collision.h.
float CollPair::time |
Definition at line 47 of file BKE_collision.h.
float CollPair::vector[3] |
Definition at line 44 of file BKE_collision.h.