AlexAegis/loreplotter

View on GitHub
src/app/function/intersection.function.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function intersection has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function intersection(c1: Circle, c2: Circle, radius: number): Array<Vector3> {
    const intersections: Array<Vector3> = [];

    // project to (x,y,z) with unit radius
    const x1: Vector3 = c1.center.clone().normalize();
Severity: Minor
Found in src/app/function/intersection.function.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status