shape

object shape extends ShapeSyntax
class Object
trait Matchable
class Any

Value members

Inherited methods

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