SkeletonBounds.intersectsSegment

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.

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

Meta