[][src]Function spine::ffi::spSkeletonBounds_intersectsSegment

pub unsafe extern "C" fn spSkeletonBounds_intersectsSegment(
    self_: *mut spSkeletonBounds,
    x1: f32,
    y1: f32,
    x2: f32,
    y2: f32
) -> *mut spBoundingBoxAttachment

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.