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.Geometry
Arc
D
Bounding
Box
D
Circle
D
Edge
D
Geom
Ut
Intersect
BoundingBoxWithBoundingBox
(
box1
,
box2
)
BoundingBoxWithBoundingBox
(
fx1
,
fy1
,
tx1
,
ty1
,
fx2
,
fy2
,
tx2
,
ty2
)
intersect
(
f1
,
t1
,
f2
,
t2
)
LineWithCircle
(
line
,
circle
,
lambda1
,
lambda2
)
LineWithCircle
(
line
,
circle
,
lambda1
,
lambda2
)
LineWithLine
(
line1
,
line2
)
LineWithLine
(
line1
,
line2
,
line1
Lambda
,
line2
Lambda
)
PolygonWithConvexPolygon
(
main
Poly
,
clip
Poly
)
RayWithArc
(
ray
,
arc
,
lambda1
,
lambda2
)
RayWithBoundingBox
(
ray
,
box
)
RayWithCircle
(
ray
,
circle
,
lambda1
,
lambda2
)
RayWithRectangle
(
ray
,
rect
,
lambda1
,
lambda2
)
RayWithSegment
(
ray
,
segment
,
ray
L
,
segment
L
)
SegmentWithSegment
(
f1x
,
f1y
,
t1x
,
t1y
,
f2x
,
f2y
,
t2x
,
t2y
)
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
RT.ArithmeticCoding
RT.CommandLine
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
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Static method:
PointD
LineWithLine
(
EdgeD
,
EdgeD
)
Declared in:
RT.Util.Geometry.
Intersect
Declaration
public static
PointD
LineWithLine
(
EdgeD
line1
,
EdgeD
line2
)
Summary
Finds the point of intersection of two lines. If the lines don't intersect, the resulting point coordinates are NaN.