{
  "version": 3,
  "sources": ["../../src/types/ray-entity.ts"],
  "sourcesContent": ["// RAY entity type\n\nimport type { BaseEntity } from './base-entity'\nimport type { Point3D } from './common'\n\nexport interface RayEntity extends BaseEntity {\n  type: 'RAY'\n  /** Starting point for the ray. */\n  start: Point3D\n  /** Unit direction vector. */\n  direction: Point3D\n}\n"],
  "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;",
  "names": []
}
