repo.or.cz
/
qpms.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Disable "hard" examples in CI
[qpms.git]
/
qpms
/
cyquaternions.pxd
blob
79dc61b8c071b5cb07407e594ab3ea763e432b6f
1
from .qpms_cdefs cimport qpms_quat_t, qpms_irot3_t
2
3
cdef class CQuat:
4
cdef readonly qpms_quat_t q
5
6
cdef class IRot3:
7
cdef readonly qpms_irot3_t qd
8
cdef void cset(self, qpms_irot3_t qd)