bearlyb.rect.Rect
See theRect companion class
object Rect
Attributes
Members list
Type members
Classlikes
object CompareEpsilon
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CompareEpsilon.type
object EnclosepointsEpsilon
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
EnclosepointsEpsilon.type
object given_InternalOps_Float
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
object given_InternalOps_Int
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
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
def enclosePoints[T](points: IterableOnce[Point[T]], clip: Rect[T] | Null)(using num: Numeric[T], encloseEps: EnclosepointsEpsilon[T]): Rect[T]
Concrete fields
Givens
Givens
Extensions
Extensions
extension [T](a: T)(using num: Fractional[T] | Integral[T])
extension [T](self: Rect[T])(using num: Numeric[T])
extension [T](self: Rect[T])(using num: Numeric[T], epsilon: CompareEpsilon[T])
extension [T](self: Rect[T])(using num: Numeric[T], encloseEps: EnclosepointsEpsilon[T])
extension [T](self: Rect[T])(using num: Numeric[T], EnclosepointsEpsilon[T])
extension [T](self: Rect[T])(using num: Fractional[T] | Integral[T], encloseEps: EnclosepointsEpsilon[T])
In this article