MCPcopy 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
26def q_conjugate(q):
27 w, x, y, z = q
28 return (w, -x, -y, -z)
29
30
31def qv_mult(q1, v1):

Callers 1

qv_multFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected