{
  "version": 3,
  "sources": ["../../src/types/xline-entity.ts"],
  "sourcesContent": ["// XLINE entity type\n\nimport type { BaseEntity } from './base-entity'\nimport type { Point3D } from './common'\n\nexport interface XLineEntity extends BaseEntity {\n  type: 'XLINE'\n  /** Base point for the infinite line. */\n  basePoint: Point3D\n  /** Unit direction vector. */\n  direction: Point3D\n}\n"],
  "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;",
  "names": []
}
