[][src]Function spine::ffi::spSkeletonBounds_aabbIntersectsSegment

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

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