libsf3
|
A box shape described by the half-widths along the principal axes. More...
#include <sf3_physics_model.h>
Data Fields | |
float | transform [16] |
uint8_t | type |
float | w |
The half-size in X. | |
float | h |
The half-size in Y. | |
float | d |
The half-size in Z. | |
A box shape described by the half-widths along the principal axes.
Definition at line 36 of file sf3_physics_model.h.
float sf3_shape_box::d |
The half-size in Z.
Definition at line 44 of file sf3_physics_model.h.
float sf3_shape_box::h |
The half-size in Y.
Definition at line 42 of file sf3_physics_model.h.
float sf3_shape_box::transform[16] |
Definition at line 37 of file sf3_physics_model.h.
uint8_t sf3_shape_box::type |
Definition at line 38 of file sf3_physics_model.h.
float sf3_shape_box::w |
The half-size in X.
Definition at line 40 of file sf3_physics_model.h.