TransAxesSlateExtensions

ostrat.geom.TransAxesSlateExtensions
class TransAxesSlateExtensions[T](thisT: T)(implicit evR: TransAxes[T], evS: Slate[T])

Extension class for types that fulfill the type class interface for TransAxes and Slate.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def reflectXParallel(yValue: Double): T

Reflect across a line parallel to the X axis.

Reflect across a line parallel to the X axis.

Attributes

def reflectYParallel(xValue: Double): T

Reflect across a line parallel to the Y axis.

Reflect across a line parallel to the Y axis.

Attributes