martinchristen/pyRT

View on GitHub
pyrt/math/matops.py

Summary

Maintainability
A
2 hrs
Test Coverage

Function inverse4 has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def inverse4(mat: Mat4) -> Mat4:
    """
    Calculate the inverse of the matrix

    :param m: matrix to inverse
Severity: Minor
Found in pyrt/math/matops.py - About 1 hr to fix

    Function createOrtho4 has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def createOrtho4(left: float, right : float, bottom: float, top: float, znear: float, zfar: float) -> Mat4:
    Severity: Minor
    Found in pyrt/math/matops.py - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status