[][src]Function spine::ffi::spSkeletonBounds_containsPoint

pub unsafe extern "C" fn spSkeletonBounds_containsPoint(
    self_: *mut spSkeletonBounds,
    x: f32,
    y: f32
) -> *mut spBoundingBoxAttachment

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