Back to class index
| Circle::IntersectsFacesSyntaxVecArray Circle::IntersectsFaces(const OBB &obb) const; [15 lines of code]VecArray Circle::IntersectsFaces(const AABB &aabb) const; [4 lines of code] Tests if this circle intersects the faces of the given OBB. Parametersconst OBB &obbThe bounding box to test against. This box is treated as "hollow", i.e. only the faces of the OBB are considered to be a part of the OBB. Return ValueA vector that contains all the detected points of intersection for this circle and the given OBB. If the circle is fully contained inside the OBB, or is fully outside the OBB, no intersection occurs, and the returned vector has zero elements. See Also |