BendOut

ostrat.egrid.WTerrSetter.BendOut
See theBendOut companion object
class BendOut(val c: Int, val dirn: HVDirn, val magnitude: Int, val leftTerr: WSepSome, val rightTerr: WSepSome) extends VRowElem, BendOutBase

Sets the 2 outer corners of the bend for HSep terrain with a default offset of 6, max 7, Also sets the left most of the HSeps of the bend vertex, with a default terrain of Sea. The orientation of the bend is specified by the direction of the inside of the bend.

Attributes

Companion
object
Graph
Supertypes
trait BendOutBase
trait BendBase
trait VertSetBase
trait VRowElem
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def run(row: Int): Unit

Attributes

Inherited from:
BendBase
override def setCorners(row: Int): Unit

Attributes

Definition Classes
Inherited from:
BendOutBase
def setSeparators(row: Int): Unit

Attributes

Inherited from:
BendBase

Concrete fields

val c: Int

The C coordinate of the vertex.

The C coordinate of the vertex.

Attributes

val dirn: HVDirn

The direction of the HCen at the inside of the bend from the HVert.

The direction of the HCen at the inside of the bend from the HVert.

Attributes

The terrain of the left HSep of the junction as seen from from the inside of the bend.

The terrain of the left HSep of the junction as seen from from the inside of the bend.

Attributes

val magnitude: Int

The magnitude of the offset for the 2 outer corners of the bend vertex.

The magnitude of the offset for the 2 outer corners of the bend vertex.

Attributes

The terrain of the right HSep of the junction as seen from from the inside of the bend.

The terrain of the right HSep of the junction as seen from from the inside of the bend.

Attributes