Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MultidimensionalStrategy

Interface for a strategy which defines dimension

Index

Properties

getHeight

getHeight: function
param

Two dimensional value height of which has to be extracted

returns

Height of Vec2

    • Type parameters

      • T

      Parameters

      • size: Vec2<T>

      Returns T

getWidth

getWidth: function
param

Two dimensional value width of which has to be extracted

returns

Width of Vec2

    • Type parameters

      • T

      Parameters

      • sizes: Vec2<T>

      Returns T

toPoint

toPoint: function

Combine argument with the tick value to create relevant Point

param

Value on height Scale units

returns

Point

    • Parameters

      • value: number
      • height: number

      Returns Point

toVec2

toVec2: function

Combine argument with the tick value to create relevant Vec2

param

Value on height Scale units

returns

Vec2 which represents relevant for custom tick position

    • Type parameters

      • T

      Parameters

      • value: T
      • height: T

      Returns Vec2<T>