Skip to content

Commit

Permalink
more njt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib committed Dec 29, 2023
1 parent 742c3da commit ed9b0e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openptv_python/orientation.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
import scipy
from numba import njit

from openptv_python.constants import COORD_UNUSED

Expand All @@ -20,6 +21,7 @@
from .vec_utils import unit_vector, vec_norm, vec_set


@njit
def skew_midpoint(
vert1: np.ndarray, direct1: np.ndarray, vert2: np.ndarray, direct2: np.ndarray
) -> Tuple[float, np.ndarray]:
Expand Down

0 comments on commit ed9b0e9

Please sign in to comment.