TransformPictureOps

doodle.syntax.TransformSyntax.TransformPictureOps
implicit class TransformPictureOps[Alg <: Algebra, A](picture: Picture[Alg, A])

Attributes

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

Members list

Value members

Concrete methods

Attributes

Source
TransformSyntax.scala
def rotate(angle: Angle): Picture[Alg & Transform, A]

Attributes

Source
TransformSyntax.scala
def scale(x: Double, y: Double): Picture[Alg & Transform, A]

Attributes

Source
TransformSyntax.scala
def transform(tx: Transform): Picture[Alg & Transform, A]

Attributes

Source
TransformSyntax.scala
def translate(x: Double, y: Double): Picture[Alg & Transform, A]

Attributes

Source
TransformSyntax.scala
def translate(vec: Vec): Picture[Alg & Transform, A]

Attributes

Source
TransformSyntax.scala

Attributes

Source
TransformSyntax.scala