Rectangle Circle intersection test
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Shared Function RectangleCircleIntersects ( _
ByRef r As RectangleD, _
ByRef centre As PointD, _
radius As Double _
) As Boolean |
C# |
---|
public static bool RectangleCircleIntersects(
ref RectangleD r,
ref PointD centre,
double radius
) |
Visual C++ |
---|
public:
static bool RectangleCircleIntersects(
RectangleD% r,
PointD% centre,
double radius
) |
JavaScript |
---|
EGIS.ShapeFileLib.GeometryAlgorithms.rectangleCircleIntersects = function(r, centre, radius); |
Return Value
Remarks
See Also