cf_circle_to_capsule_manifold¶
Category: collision
GitHub: cute_math.h
Computes information about how two shapes intersect.
Parameters | Description |
---|---|
A | The first shape. |
B | The second shape. |
Return Value¶
Returns a CF_Manifold containing information about the intersection. See CF_Manifold for details.
Remarks¶
This function is slightly slower than the boolean version cf_circle_to_capsule.
Related Pages¶
CF_Manifold
CF_Circle
CF_Capsule
cf_circle_to_circle_manifold
cf_circle_to_aabb_manifold
cf_poly_to_poly_manifold
cf_aabb_to_aabb_manifold
cf_aabb_to_capsule_manifold
cf_circle_to_poly_manifold
cf_aabb_to_poly_manifold
cf_capsule_to_poly_manifold