Type alias TPointer

TPointer: TPoint & {
    p: number;
    t: number;
}

Type declaration

  • p: number
  • t: number

Generated using TypeDoc