core

The core object defines syntax for doodle.core, which is a convenient way to avoid pulling in Algebra syntax that may conflict with Image.

Source:
package.scala
class Object
trait Matchable
class Any
core.type

Type members

Inherited classlikes

implicit class AngleDoubleOps(val angle: Double)
Inherited from:
AngleSyntax
Source:
AngleSyntax.scala
implicit class AngleIntOps(val angle: Int)
Inherited from:
AngleSyntax
Source:
AngleSyntax.scala
implicit class ToNormalizedOps(val value: Double)
implicit class ToUnsignedByteOps(val value: Int)

Implicits

Inherited implicits

final implicit def AngleDoubleOps(angle: Double): AngleDoubleOps
Inherited from:
AngleSyntax
Source:
AngleSyntax.scala
final implicit def AngleIntOps(angle: Int): AngleIntOps
Inherited from:
AngleSyntax
Source:
AngleSyntax.scala
final implicit def ToNormalizedOps(value: Double): ToNormalizedOps
final implicit def ToUnsignedByteOps(value: Int): ToUnsignedByteOps