Shear

ostrat.geom.Shear
See theShear companion object
trait Shear[T]

Type class for shear transformations. just starting with the basic shears, rather than a generalised shear transformation.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def shearXT(obj: T, yFactor: Double): T

Reflect, mirror an object of type T across the X axis.

Reflect, mirror an object of type T across the X axis.

Attributes

def shearYT(obj: T, xFactor: Double): T

Reflect, mirror an object of type T across the Y axis.

Reflect, mirror an object of type T across the Y axis.

Attributes