Skip to content

Commit

Permalink
Cython: missing bVec3 struct
Browse files Browse the repository at this point in the history
  • Loading branch information
jfranmatheu committed Mar 6, 2025
1 parent 27560e4 commit 1efaf5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions retopoflow/cy/vector_utils.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# distutils: language=c++
# cython: language_level=3


cdef struct bVec3:
bint x
bint y
bint z


cdef float vec3_dot(const float* a, const float* b) noexcept nogil
cdef void vec3_normalize(float* v) noexcept nogil

0 comments on commit 1efaf5a

Please sign in to comment.