1 2 3 4 5
import {Vector} from './Vector'; export class Light { constructor(readonly position: Vector, readonly intensity: number) {} }