TransformState

semagrams.TransformState
See theTransformState companion object
case class TransformState(m: Var[Transform])

A bit of state storing the current affine transform of a viewport.

Currently unused.

Attributes

Todo:

use this for zooming/translation

maybe just use a Var[Transform] directly?

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product