Blender V5.0
CollPair Struct Reference

#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
float aw1
float aw2
float aw3
float bw1
float bw2
float bw3
int pointsb [4]

Detailed Description

Definition at line 34 of file BKE_collision.h.

Member Data Documentation

◆ ap1

◆ ap2

◆ ap3

◆ aw1

◆ aw2

◆ aw3

float CollPair::aw3

◆ bp1

◆ bp2

◆ bp3

◆ bw1

◆ bw2

◆ bw3

◆ distance

◆ face1

unsigned int CollPair::face1

Definition at line 35 of file BKE_collision.h.

◆ face2

unsigned int CollPair::face2

Definition at line 36 of file BKE_collision.h.

◆ flag

◆ normal

float CollPair::normal[3]

◆ pa

float CollPair::pa[3]

Definition at line 40 of file BKE_collision.h.

◆ pb

float CollPair::pb[3]

Definition at line 40 of file BKE_collision.h.

Referenced by collision_get_collider_velocity().

◆ pointsb

int CollPair::pointsb[4]

Definition at line 54 of file BKE_collision.h.

◆ time

float CollPair::time

Definition at line 42 of file BKE_collision.h.

◆ vector

float CollPair::vector[3]

Definition at line 39 of file BKE_collision.h.


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