Options
All
  • Public
  • Public/Protected
  • All
Menu

Class STuple

Hierarchy

  • STuple

Index

Constructors

Properties

Methods

Constructors

constructor

  • new STuple(x: any, y: any): STuple
  • Parameters

    • x: any
    • y: any

    Returns STuple

Properties

x

x: any

y

y: any

Methods

getX

  • getX(): any
  • Returns any

getY

  • getY(): any
  • Returns any

toString

  • toString(): string
  • Returns string

Generated using TypeDoc