Reflect

ostrat.geom.Reflect
See theReflect companion object
trait Reflect[T]

Type class for reflect 2 dimensional vector transformations. Each transformation method has been given its own Type class and associated extension class. Different sets of transformations can then be combined.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def reflectT(obj: T, linelike: LineLike): T

Reflects object of type T.

Reflects object of type T.

Attributes