TransAlign

ostrat.geom.TransAlign
See theTransAlign companion object
trait TransAlign[T]

A transformation type class allowing only translations and scaling, in order to maintain the alignment of the graphical objects.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait TransSim[T]
trait AffineTrans[T]

Members list

Concise view

Value members

Abstract methods

def scale(obj: T, operand: Double): T
def slate(obj: T, offset: Vec2Like): T