ShapeSyntax

class Object
trait Matchable
class Any
object shape

Value members

Concrete methods

def circle[Alg <: ([x[_]] =>> Shape[x]), F[_]](diameter: Double): Picture[Alg, F, Unit]
def empty[Alg <: ([x[_]] =>> Shape[x]), F[_]]: Picture[Alg, F, Unit]
def rectangle[Alg <: ([x[_]] =>> Shape[x]), F[_]](width: Double, height: Double): Picture[Alg, F, Unit]
def square[Alg <: ([x[_]] =>> Shape[x]), F[_]](width: Double): Picture[Alg, F, Unit]
def triangle[Alg <: ([x[_]] =>> Shape[x]), F[_]](width: Double, height: Double): Picture[Alg, F, Unit]