Disable "hard" examples in CI
[qpms.git] / qpms / cyquaternions.pxd
blob79dc61b8c071b5cb07407e594ab3ea763e432b6f
1 from .qpms_cdefs cimport qpms_quat_t, qpms_irot3_t
3 cdef class CQuat:
4     cdef readonly qpms_quat_t q
6 cdef class IRot3:
7     cdef readonly qpms_irot3_t qd
8     cdef void cset(self, qpms_irot3_t qd)