Scale

ostrat.geom.Scale
See theScale companion object
trait Scale[T]

Type class for scale 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 Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def scaleT(obj: T, operand: Double): T

Scales object of type T.

Scales object of type T.

Attributes