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

Public Attributes

int mvert_num
 
int tri_num
 
const MVertmvert
 
const MVertmprevvert
 
const MVertTritri
 
int safety
 
ccdf_minmaxmima
 
float bbmin [3]
 
float bbmax [3]
 

Detailed Description

Definition at line 256 of file softbody.c.

Member Data Documentation

◆ bbmax

float ccd_Mesh::bbmax[3]

◆ bbmin

float ccd_Mesh::bbmin[3]

◆ mima

ccdf_minmax* ccd_Mesh::mima

◆ mprevvert

const MVert* ccd_Mesh::mprevvert

◆ mvert

const MVert* ccd_Mesh::mvert

◆ mvert_num

int ccd_Mesh::mvert_num

Definition at line 257 of file softbody.c.

Referenced by ccd_mesh_make(), ccd_mesh_update(), and sb_detect_face_pointCached().

◆ safety

int ccd_Mesh::safety

Definition at line 261 of file softbody.c.

Referenced by ccd_mesh_free(), and ccd_mesh_make().

◆ tri

const MVertTri* ccd_Mesh::tri

◆ tri_num

int ccd_Mesh::tri_num

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