Back to class index
| Circle::IntersectsSyntaxint Circle::Intersects(const Plane &plane, float4 *pt1, float4 *pt2) const; [4 lines of code]int Circle::Intersects(const Plane &plane) const; [4 lines of code] Tests this circle for an intersection against the given plane. Note For Circle-Plane intersection, there is no need to differentiate between a hollow or a filled circle (disc). Return ValueThe number of intersection points found for this circle and the given plane. See Also |