Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CircleR2

Hierarchy

Implements

Index

Constructors

constructor

  • new CircleR2(x: number, y: number, r: number): CircleR2

Accessors

cx

  • get cx(): number

cy

  • get cy(): number

r

  • get r(): number

xMax

  • get xMax(): number

xMin

  • get xMin(): number

yMax

  • get yMax(): number

yMin

  • get yMin(): number

Methods

Protected canEqual

contains

  • contains(that: AnyShape): boolean
  • contains(x: number, y: number): boolean

debug

equals

  • equals(that: unknown): boolean

hashCode

  • hashCode(): number

intersects

toAny

toString

  • toString(): string

transform

union

Static fromAny

Static of

  • of(cx: number, cy: number, r: number): CircleR2