HexParrY

ostrat.geom.HexParrY$
See theHexParrY companion class
object HexParrY

Companion object for the regular hexagon aligned to the Y Axis class. It has a limited set of 2D geometric transformation type class instances as the type can not be maintained through all affine transformations.

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(width: Double, cen: Pt2): HexParrY

Apply factory method for the HexParrY class takes the width and centre point as specification. The centre poit can be specified as a Pt2 or 2 Doubles.

Apply factory method for the HexParrY class takes the width and centre point as specification. The centre poit can be specified as a Pt2 or 2 Doubles.

Attributes

def apply(width: Double, xCen: Double, yCen: Double): HexParrY

Apply factory method for the HexParrY class takes the width and centre point as specification. The centre poit can be specified as a Pt2 or 2 Doubles.

Apply factory method for the HexParrY class takes the width and centre point as specification. The centre poit can be specified as a Pt2 or 2 Doubles.

Attributes

def unapply(input: HexParrY): Some[(Double, Pt2)]

Implicits

Implicits