libsf3
|
A cylindrical shape described by two radii and a half-height. More...
#include <sf3_physics_model.h>
Data Fields | |
float | transform [16] |
uint8_t | type |
float | bottom_radius |
The radius of the cap in Y-. | |
float | top_radius |
The radius of the cap in Y+. | |
float | height |
The half-size in Y. | |
A cylindrical shape described by two radii and a half-height.
Definition at line 48 of file sf3_physics_model.h.
float sf3_shape_cylinder::bottom_radius |
The radius of the cap in Y-.
Definition at line 52 of file sf3_physics_model.h.
float sf3_shape_cylinder::height |
The half-size in Y.
Definition at line 56 of file sf3_physics_model.h.
float sf3_shape_cylinder::top_radius |
The radius of the cap in Y+.
Definition at line 54 of file sf3_physics_model.h.
float sf3_shape_cylinder::transform[16] |
Definition at line 49 of file sf3_physics_model.h.
uint8_t sf3_shape_cylinder::type |
Definition at line 50 of file sf3_physics_model.h.