Back to class index
| Circle::EdgeContainsSyntaxbool Circle::EdgeContains(const float4 &point, float maxDistance=1e-6f) const; [4 lines of code]Tests if the given point is contained at the edge of this circle. Parametersconst float4 &pointThe target point to test. floatmaxDistanceThe epsilon threshold to test the distance against. This effectively turns the circle into a torus for this test. See AlsoWork in progress:Todo: in bool Circle::EdgeContains(const float4 &point, float maxDistance=1e-6f) const: Implement DiscContains(float3/LineSegment/Triangle). |