Type Alias CCPoint

CCPoint: { x: number; y: number }

A point in space.

Type declaration

  • x: number
  • y: number