All types
|
All members
RT.Geometry
RT.Geometry
Arc
D
Bounding
Box
D
Circle
D
Decode
Svg
Path
Edge
D
Edge
D
(
start
,
end
)
Edge
D
(
x1
,
y1
,
x2
,
y2
)
Edge
D
(
start
,
angle
)
ContainsPoint
(
point
)
CrossZ
(
point
)
CrossZ
(
edge
)
Distance
(
point
)
Equals
(
other
)
Equals
(
obj
)
GetHashCode
()
IntersectsWith
(
r
,
exclude
Vertex
Touching
)
LambdaOfPointDroppedPerpendicularly
(
point
)
PointOnEdgeNearestTo
(
point
)
ToString
()
operator==
(
one
,
other
)
operator!=
(
one
,
other
)
Angle
Angle
Deg
Height
Length
Midpoint
Width
End
Start
Geom
Ut
Intersect
Point
D
Polygon
D
Rectangle
D
Triangle
D
Triangulate
Voronoi
Diagram
Voronoi
Diagram
Flags
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.Modeling
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.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Constructor:
EdgeD
(
PointD
,
PointD
)
Declared in:
RT.Geometry.
EdgeD
Declaration
public
EdgeD
(
PointD
start
,
PointD
end
)
Summary
Initializes a line segment using the specified start and end point.