TransAxesExtensions

ostrat.geom.TransAxesExtensions
class TransAxesExtensions[T](thisT: T)(implicit ev: TransAxes[T])

Class to provide extension methods for TransAxes type class.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def negX: T
def negXY: T
def negY: T
def rotate180: T
def rotate180If(cond: Boolean): T
def rotate270: T
def rotate90: T
def rotateQuadrants(implicit ct: ClassTag[T]): RArr[T]