DebugPictureOps

implicit class DebugPictureOps[Alg <: Debug, A](picture: Picture[Alg, A])
class Object
trait Matchable
class Any

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.

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.

Source:
DebugSyntax.scala