SkeletonBounds

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

aabbIntersectsSegment
bool aabbIntersectsSegment(float x1, float y1, float x2, float y2)

Returns true if the axis aligned bounding box intersects the line segment.

intersectsSegment
spBoundingBoxAttachment* intersectsSegment(float x1, float y1, float x2, float y2)

Returns the first bounding box attachment that contains the line segment, or null. When doing many checks, it is usually * more efficient to only call this method if spSkeletonBounds_aabbIntersectsSegment returns true.

Meta