chipmunkd ~master (2017-02-18T12:22:00Z)
Home
Dub
Repo
cpBBMergedArea
chipmunk
cpBB
Merges @c a and @c b and returns the area of the merged bounding box.
extern (
C
) static
cpFloat
cpBBMergedArea
(
cpBB
a
,
cpBB
b
)
Meta
Source
See Implementation
chipmunk
cpBB
static functions
cpBBArea
cpBBCenter
cpBBClampVect
cpBBContainsBB
cpBBContainsVect
cpBBExpand
cpBBIntersects
cpBBIntersectsSegment
cpBBMerge
cpBBMergedArea
cpBBNewForCircle
cpBBNewForExtents
cpBBOffset
cpBBSegmentQuery
cpBBWrapVect
Merges @c a and @c b and returns the area of the merged bounding box.