Click or drag to resize

BoxIntersects Method

Overload List
  NameDescription
Public methodIntersects(Bounds)
Determines whether the given bounds intersect the current instance of Box.
Public methodIntersects(Bounds)
Determines whether the given bounds intersect the current instance of Box.
Public methodIntersects(Box)
Determines whether another instance of Box intersects the current instance of Box.
Public methodIntersects(Box)
Determines whether another instance of Box intersects the current instance of Box.
Public methodIntersects(Ray)
Determines whether the given ray intersects the current instance of Box.
Public methodIntersects(Ray, Double, Double)
Determines whether the given ray intersects the current instance of Box.
Top
See Also