bearlyb.rect

package bearlyb.rect

Members list

Type members

Classlikes

object Point

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Point.type
case class Rect[T](x: T, y: T, w: T, h: T)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Rect

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Rect.type

Types

type Point[T] = (T, T)