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
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
)
LineWithLineLambda
(
line1
,
line2
)
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
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:
bool
RayWithBoundingBox
(
ref EdgeD
,
ref BoundingBoxD
)
Declared in:
RT.Util.Geometry.
Intersect
Declaration
public static
bool
RayWithBoundingBox
(
ref
EdgeD
ray
,
ref
BoundingBoxD
box
)
Summary
Checks for intersections between a ray and a bounding box. Returns true if there is at least one intersection.