CapeOld

ostrat.egrid.WTerrSetter.CapeOld
See theCapeOld companion object
class CapeOld(val indentStartIndex: Int, val numIndentedVerts: Int, val magnitude: Int, val terr: Land, val sepTerrs: Water) extends TRunner, CapeBase

Deprecated Cape / headland / peninsula for WTiles. Capes may be useful for creating terrain, but are not helpful for modelling real world terrain or terrain from a pre existing fantasy world such as Middle Earth or the Game of Thrones world.

Attributes

Companion
object
Graph
Supertypes
trait CapeBase
trait TRunner
trait TRowElem
trait WTileHelper
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def run(row: Int, c: Int): Unit

Attributes

Inherited from:
CapeBase

Concrete fields

The number of the first vertex to be indented.

The number of the first vertex to be indented.

Attributes

val magnitude: Int

The magnitude of the HCorner indents.

The magnitude of the HCorner indents.

Attributes

The number of indented vertices.

The number of indented vertices.

Attributes

The terrain of the HSep separators, typically a type of water.

The terrain of the HSep separators, typically a type of water.

Attributes

val terr: Land

The terrain of the main tile, typically a type of land.

The terrain of the main tile, typically a type of land.

Attributes