Type alias Particle

Particle: {
    coordinate: Delaunay.Point;
    scale: number;
}

Represents a 2D point. Used in StarField (see: StarField)

Type declaration

  • coordinate: Delaunay.Point
  • scale: number