All types
|
All members
RT.Geometry
RT.Geometry
Arc
D
Bounding
Box
D
Circle
D
Edge
D
Geom
Ut
AngleDifference
(
reference
,
angle
)
ArePointsSameSideOfLine
(
l
X
,
l
Y
,
pt1
X
,
pt1
Y
,
pt2
X
,
pt2
Y
)
IsBézierSelfIntersecting
(
start
,
c1
,
c2
,
end
)
MergeAdjacentPolygons
(
polygons
)
NormalizedAngle
(
a
)
SmoothArc
(
center
,
a
,
b
,
t1
,
t2
,
smoothness
)
SmoothBézier
(
start
,
c1
,
c2
,
end
,
smoothness
)
SmoothCurve
(
start
T
,
end
T
,
fnc
,
smoothness
)
Intersect
Point
D
Polygon
D
Rectangle
D
Svg
Arc
Svg
Path
Svg
Piece
Svg
Piece
Type
Triangle
D
Triangulate
Voronoi
Diagram
Voronoi
Diagram
Flags
PuzzleSolvers
RT.CommandLine
RT.Coordinates
RT.Json
RT.Lingo.Base
RT.PostBuild
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.Util.Core
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Static method:
void
Assert
(
bool
,
string
)
Declared in:
RT.Geometry.
GeomUt
Declaration
internal static
void
Assert
(
bool
assertion
,
string
message
= null
)
Summary
Checks the specified condition and causes the debugger to break if it is false. Throws an
Exception
afterwards.