indigo.shared.geometry.BoundingBox
See theBoundingBox companion class
object BoundingBox
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
BoundingBox.type
Members list
Type members
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Produces a bounding box that could include all of the vertices. Since the contains
methods right and bottom checks are < not <= (to allow bounds to sit next to each other with no overlap), a small fixed margin of 0.001 is add to the size values.
Produces a bounding box that could include all of the vertices. Since the contains
methods right and bottom checks are < not <= (to allow bounds to sit next to each other with no overlap), a small fixed margin of 0.001 is add to the size values.
Attributes
def lineIntersectsWithEdge(boundingBox: BoundingBox, line: LineSegment): Option[(Vertex, LineSegment)]
Deprecated methods
Attributes
- Deprecated
- true
Attributes
- Deprecated
- true
Concrete fields
Givens
Givens
In this article