SlateTransAxesExtensions

ostrat.geom.SlateTransAxesExtensions
class SlateTransAxesExtensions[A](thisReflector: A)(implicit evS: Slate[A], evR: TransAxes[A])

An extensions class for types providing instances of the Slate translate and TransAxes geometric transformation type classes.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def reflectXOffset(yOffset: Double): A

Reflect, mirror across a line parallel to the X axis.

Reflect, mirror across a line parallel to the X axis.

Attributes

def reflectYOffset(xOffset: Double): A

Reflect, mirror across a line parallel to the Y axis.

Reflect, mirror across a line parallel to the Y axis.

Attributes