Type alias LineIntersectionResult

LineIntersectionResult: {
    onLine1: boolean;
    onLine2: boolean;
    x: number | null;
    y: number | null;
}

Type declaration

  • onLine1: boolean
  • onLine2: boolean
  • x: number | null
  • y: number | null

Generated using TypeDoc