TransformPictureOps

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

Attributes

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

Members list

Concise view

Value members

Concrete methods

def rotate(angle: Angle): Picture[Alg, A]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
TransformSyntax.scala

Attributes

Source:
TransformSyntax.scala