core

doodle.image.syntax.package$.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.

Attributes

Source
package.scala
Graph
Supertypes
trait AngleSyntax
class Object
trait Matchable
class Any
Show all
Self type
core.type

Members list

Type members

Inherited classlikes

implicit class AngleDoubleOps(val angle: Double)

Attributes

Inherited from:
AngleSyntax
Source
AngleSyntax.scala
Supertypes
class Object
trait Matchable
class Any
implicit class AngleIntOps(val angle: Int)

Attributes

Inherited from:
AngleSyntax
Source
AngleSyntax.scala
Supertypes
class Object
trait Matchable
class Any
implicit class ToNormalizedOps(val value: Double)

Attributes

Inherited from:
NormalizedSyntax
Source
NormalizedSyntax.scala
Supertypes
class Object
trait Matchable
class Any
implicit class ToUnsignedByteOps(val value: Int)

Attributes

Inherited from:
UnsignedByteSyntax
Source
UnsignedByteSyntax.scala
Supertypes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

final implicit def AngleDoubleOps(angle: Double): AngleDoubleOps

Attributes

Inherited from:
AngleSyntax
Source
AngleSyntax.scala
final implicit def AngleIntOps(angle: Int): AngleIntOps

Attributes

Inherited from:
AngleSyntax
Source
AngleSyntax.scala
final implicit def ToNormalizedOps(value: Double): ToNormalizedOps

Attributes

Inherited from:
NormalizedSyntax
Source
NormalizedSyntax.scala
final implicit def ToUnsignedByteOps(value: Int): ToUnsignedByteOps

Attributes

Inherited from:
UnsignedByteSyntax
Source
UnsignedByteSyntax.scala