isHitByLine

fun AABB.isHitByLine(start: Vec3, p: Vec3): Boolean

Tests if the infinite line resulting from start and the point p will intersect this box.