CF_Capsule3¶
Category: collision
GitHub: cute_math3d.h
A 3d capsule: two sphere caps connected by a cylinder.
| Struct Members | Description |
|---|---|
CF_V3 a |
The center of one cap. |
CF_V3 b |
The center of the other cap. |
float r |
The radius about the rod from a to b. |
Remarks¶
The classic character-controller shape.
Related Pages¶
cf_sphere_to_capsule3
cf_make_capsule3
cf_capsule3_to_capsule3_manifold
cf_ray3_to_capsule3