ShapeGen

ostrat.geom.ShapeGen
See theShapeGen companion class
object ShapeGen

Companion object of the ShapeGen class contains implicit instances for 2D geometric transformations.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ShapeGen.type

Members list

Value members

Concrete methods

def apply(curveTails: CurveTail*): ShapeGen

Throws on 0 length var args.

Throws on 0 length var args.

Attributes

Implicits

Implicits

implicit val rotateImplicit: Rotate[ShapeGen]
implicit val scaleImplicit: Scale[ShapeGen]
implicit val shearImplicit: Shear[ShapeGen]
implicit val slateImplicit: Slate[ShapeGen]