Type class for translate 2 dimensional vector transformations. Each transformation method has been given its own Type class and associated extension class. Different sets of transformations can then be combined.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Translate 2D geometric transformation, taking the xOffset and yOffset as parameters, on an object of type T, returning an object of type T. For many types the implementation of this method will delegate to the object itself.
Translate 2D geometric transformation, taking the xOffset and yOffset as parameters, on an object of type T, returning an object of type T. For many types the implementation of this method will delegate to the object itself.
Attributes
Translate 2D geometric transformation, taking the xOffset and yOffset as parameters, on an object of type T, returning an object of type T. For many types the implementation of this method will delegate to the object itself.
Translate 2D geometric transformation, taking the xOffset and yOffset as parameters, on an object of type T, returning an object of type T. For many types the implementation of this method will delegate to the object itself.
Attributes
Concrete methods
Translate 2D geometric transformation along the X axis, on an object of type T, returning an object of type T.
Translate 2D geometric transformation along the X axis, on an object of type T, returning an object of type T.
Attributes
Translate 2D geometric transformation along the X axis, on an object of type T, returning an object of type T.
Translate 2D geometric transformation along the X axis, on an object of type T, returning an object of type T.
Attributes
Translate 2D geometric transformation along the Y axis, on an object of type T, returning an object of type T.
Translate 2D geometric transformation along the Y axis, on an object of type T, returning an object of type T.
Attributes
Translate 2D geometric transformation along the Y axis, on an object of type T, returning an object of type T.
Translate 2D geometric transformation along the Y axis, on an object of type T, returning an object of type T.