Back to class index
Circle[Class Summary]
pos
normal
r
ctor (+1 overload)
BasisU()[const]
BasisV()[const]
GetPoint(angleRadians)[const] (+1 overload)
CenterPoint()[const]
Centroid()[const]
ExtremePoint(direction)[const]
ContainingPlane()[const]
Translate(offset)
Transform(transform) (+3 overloads)
EdgeContains(point,maxDistance)[const]
DistanceToEdge(point)[const]
DistanceToDisc(point)[const]
ClosestPointToEdge(point)[const]
ClosestPointToDisc(point)[const]
Intersects(plane,pt1,pt2)[const] (+1 overload)
IntersectsDisc(line)[const] (+2 overloads)
IntersectsFaces(obb)[const] (+1 overload)
ToString()[const]

Circle::Intersects

Syntax

int 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 Value

The number of intersection points found for this circle and the given plane.

See Also

IntersectsDisc().