CF_ShapeType¶
Category: collision
GitHub: cute_math.h
Various types of supported collision shapes.
Values¶
Enum | Description |
---|---|
SHAPE_TYPE_NONE | Unknown shape type. |
SHAPE_TYPE_CIRCLE | CF_Circle shape type. |
SHAPE_TYPE_AABB | CF_Aabb shape type. |
SHAPE_TYPE_CAPSULE | CF_Capsule shape type. |
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