Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Position

Simple point with x and y coordinates

Hierarchy

  • Position

Index

Constructors

Properties

Constructors

constructor

  • new Position(x?: number, y?: number): Position
  • Parameters

    • Default value x: number = 0
    • Default value y: number = 0

    Returns Position

Properties

x

x: number

y

y: number

Generated using TypeDoc