CF_ShapeType¶
Category: collision
GitHub: cute_math.h
Various types of supported collision shapes.
Values¶
| Enum | Description |
|---|---|
CF_SHAPE_TYPE_NONE |
Unknown shape type. |
CF_SHAPE_TYPE_CIRCLE |
CF_Circle shape type. |
CF_SHAPE_TYPE_AABB |
CF_Aabb shape type. |
CF_SHAPE_TYPE_CAPSULE |
CF_Capsule shape type. |
CF_SHAPE_TYPE_POLY |
CF_Poly shape type. |
Related Pages¶
cf_cast_ray
cf_shape_type_to_string
cf_gjk
cf_toi
cf_inflate
cf_collide
cf_collided