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
AddBoundingBox
(
box
)
AddCircle
(
center
,
radius
)
AddPoint
(
point
)
AddPoint
(
points
)
AddPoint
(
x
,
y
)
Area
()
ContainsPoint
(
point
)
FromCircle
(
center
,
radius
)
FromEdge
(
edge
)
FromEdge
(
edge
)
FromPoint
(
pt
)
FromPoint
(
sites
)
FromPoint
(
x
,
y
)
FromPoint
(
pt1
,
pt2
)
FromPoint
(
pt1
,
pt2
)
FromPoint
(
x1
,
y1
,
x2
,
y2
)
IntersectsWithBoundingBox
(
box
)
IntersectsWithRay
(
ray
)
ToEdges
()
ToPolygonD
()
ToVertices
()
XmaxEdge
()
XminEdge
()
YmaxEdge
()
YminEdge
()
Height
Width
Empty
Xmax
Xmin
Ymax
Ymin
Circle
D
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
Static method:
BoundingBoxD
FromCircle
(
ref PointD
,
double
)
Declared in:
RT.Util.Geometry.
BoundingBoxD
Declaration
public static
BoundingBoxD
FromCircle
(
ref
PointD
center
,
double
radius
)
Summary
Returns a new BoundingBox bounding the specified circle.