Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ q_conjugate
Function
q_conjugate
Web/Python/vtkmodules/web/camera.py:26–28 ·
view source on GitHub ↗
(q)
Source
from the content-addressed store, hash-verified
24
25
26
def
q_conjugate(q):
27
w, x, y, z = q
28
return
(w, -x, -y, -z)
29
30
31
def
qv_mult(q1, v1):
Callers
1
qv_mult
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected