All types
|
All members
RT.Util.Core
RT.KitchenSink
RT.KitchenSink.Collections
RT.KitchenSink.Geometry
RT.KitchenSink.Lex
RT.KitchenSink.Streams
RT.Util
RT.Util.Collections
RT.Util.Consoles
RT.Util.ExtensionMethods
RT.Util.ExtensionMethods.Obsolete
RT.Util.Geometry
Arc
D
Bounding
Box
D
Circle
D
Circle
D
(
x
,
y
,
rad
)
Circle
D
(
center
,
rad
)
Contains
(
point
)
FindTangentCircles
(
other
,
target
Radius
)
FromThreePoints
(
a
,
b
,
c
)
GetCircumscribedCircle
(
points
)
ToRectangle
()
ToString
()
Center
Radius
Edge
D
Geom
Ut
Intersect
Point
D
Polygon
D
Rectangle
D
Triangle
D
Triangulate
RT.Util.IL
RT.Util.Paths
RT.Util.Streams
RT.Util.Text
RT.Util.Threading
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Method:
bool
Contains
(
PointD
)
Declared in:
RT.Util.Geometry.
CircleD
Declaration
public
bool
Contains
(
PointD
point
)
Summary
Determines whether this circle contains the specified
point
.
Parameters
PointD
point
Point to check.
Returns
true
if the point is contained in this circle,
false
otherwise.