SqSysProjectionFlat

ostrat.prid.psq.SqSysProjectionFlat

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type SysT = SqGridSys

The type of the grid system this projects from.

The type of the grid system this projects from.

Attributes

Value members

Concrete methods

override def ifTileScale(minScale: Double, elems: => GraphicElems): GraphicElems

Filters the GraphicElems away if the tile scale is too small to display the elements satisfactorily.

Filters the GraphicElems away if the tile scale is too small to display the elements satisfactorily.

Attributes

Definition Classes
override def innerSideLines: LineSegArr

The visible inner hex sides.

The visible inner hex sides.

Attributes

Definition Classes
override def outerSideLines: LineSegArr

The visible outer hex sides.

The visible outer hex sides.

Attributes

Definition Classes
override def pixelsPerR: Double

The number of pixels per tile grid row unit.

The number of pixels per tile grid row unit.

Attributes

Definition Classes
override def pixelsPerTile: Double

The number of pixels per tile from side to opposite side.

The number of pixels per tile from side to opposite side.

Attributes

Definition Classes
override def setView(view: Any): Unit

Set the perspective, The position of the view. the rotation and the scale.

Set the perspective, The position of the view. the rotation and the scale.

Attributes

Definition Classes
override def sideLines: LineSegArr

The visible hex sides.

The visible hex sides.

Attributes

Definition Classes
override def tileActives: RArr[PolygonActive]

Active projected Polygons of the tiles.

Active projected Polygons of the tiles.

Attributes

Definition Classes
override def tilePolygons: PolygonGenArr

Projected Polygons of the tiles.

Projected Polygons of the tiles.

Attributes

Definition Classes
override def transCoord(sc: SqCoord): Pt2

only use for projection's known SqCoords.

only use for projection's known SqCoords.

Attributes

Definition Classes
override def transOptCoord(sc: SqCoord): Option[Pt2]

Attributes

Definition Classes
override def transOptLineSeg(seg: LineSegSC): Option[LineSeg]

Attributes

Definition Classes

Inherited methods

def focusAdj(uniStr: String)(f: (Vec2, Double) => Vec2): PolygonCompound

Attributes

Inherited from:
TSysProjectionFlat

Attributes

Inherited from:
TSysProjectionFlat

Attributes

Inherited from:
TSysProjectionFlat

Attributes

Inherited from:
TSysProjectionFlat

Attributes

Inherited from:
TSysProjectionFlat
def foreach(f: SqCen => Unit): Unit

Attributes

Inherited from:
SqSysProjection
def innerSidesDraw(lineWidth: Double, colour: Colour): LinesDraw

Draws visible inner hex sides.

Draws visible inner hex sides.

Attributes

Inherited from:
TSysProjection
def outerSidesDraw(lineWidth: Double, colour: Colour): LinesDraw

Draws visible outer hex sides.

Draws visible outer hex sides.

Attributes

Inherited from:
TSysProjection

Attributes

Inherited from:
TSysProjection

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def sidesDraw(lineWidth: Double, colour: Colour): LinesDraw

Draws visible hex sides.

Draws visible hex sides.

Attributes

Inherited from:
TSysProjection
def sidesForeach(f: SqSep => Unit): Unit

Attributes

Inherited from:
SqSysProjection
def sidesMap[B, ArrB <: Arr[B]](f: SqSep => B)(implicit build: BuilderArrMap[B, ArrB]): ArrB

Attributes

Inherited from:
SqSysProjection
def zoomFactor(button: MouseButton): Double

Attributes

Inherited from:
TSysProjection

Attributes

Inherited from:
TSysProjection

Attributes

Inherited from:
TSysProjection

Concrete fields

var focus: Vec2

Inherited fields

final override val buttons: RArr[PolygonCompound]

Attributes

Inherited from:
TSysProjectionFlat
var getFrame: () => GraphicElems

Gives the projector access to the scenarios tile graphic creation.

Gives the projector access to the scenarios tile graphic creation.

Attributes

Inherited from:
TSysProjection

Attributes

Inherited from:
TSysProjection

Attributes

Inherited from:
TSysProjection