libsf3
|
A convex hull described by its edge vertices. More...
#include <sf3_physics_model.h>
Data Fields | |
float | transform [16] |
uint8_t | type |
uint16_t | count |
The number of vertices stored. | |
float | vertices [] |
The vertices described as triplets of X, Y, Z coordinates. | |
A convex hull described by its edge vertices.
Definition at line 72 of file sf3_physics_model.h.
uint16_t sf3_shape_mesh::count |
The number of vertices stored.
Definition at line 76 of file sf3_physics_model.h.
float sf3_shape_mesh::transform[16] |
Definition at line 73 of file sf3_physics_model.h.
uint8_t sf3_shape_mesh::type |
Definition at line 74 of file sf3_physics_model.h.
float sf3_shape_mesh::vertices[] |
The vertices described as triplets of X, Y, Z coordinates.
Definition at line 78 of file sf3_physics_model.h.