DebugPictureOps

doodle.syntax.DebugSyntax.DebugPictureOps
implicit class DebugPictureOps[Alg <: Debug, A](picture: Picture[Alg, A])

Attributes

Source
DebugSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def debug(color: Color): Picture[Alg, A]

Draw bounding box and origin in the given color on top of the given picture.

Draw bounding box and origin in the given color on top of the given picture.

Attributes

Source
DebugSyntax.scala
def debug: Picture[Alg, A]

Draw bounding box and origin in crimson on top of the given picture.

Draw bounding box and origin in crimson on top of the given picture.

Attributes

Source
DebugSyntax.scala