shape

object shape extends ShapeSyntax
class Object
trait Matchable
class Any
shape.type

Value members

Inherited methods

def circle[Alg <: Shape](diameter: Double): Picture[Alg, Unit]
Inherited from:
ShapeSyntax
Source:
ShapeSyntax.scala
def empty[Alg <: Shape]: Picture[Alg, Unit]
Inherited from:
ShapeSyntax
Source:
ShapeSyntax.scala
def rectangle[Alg <: Shape](width: Double, height: Double): Picture[Alg, Unit]
Inherited from:
ShapeSyntax
Source:
ShapeSyntax.scala
def square[Alg <: Shape](width: Double): Picture[Alg, Unit]
Inherited from:
ShapeSyntax
Source:
ShapeSyntax.scala
def triangle[Alg <: Shape](width: Double, height: Double): Picture[Alg, Unit]
Inherited from:
ShapeSyntax
Source:
ShapeSyntax.scala