Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CadQuery/cadquery
/ rotateX
Method
rotateX
cadquery/occ_impl/geom.py:342–344 ·
view source on GitHub ↗
(self, angle: float)
Source
from the content-addressed store, hash-verified
340
raise
TypeError(
"Invalid param to matrix constructor: {}"
.format(matrix))
341
342
def
rotateX(self, angle: float):
343
344
self._rotate(gp.OX_s(), angle)
345
346
def
rotateY(self, angle: float):
347
Callers
5
__init__
Method · 0.95
testMatrixFunctionality
Method · 0.95
Df
Function · 0.80
mv
Function · 0.80
qq
Function · 0.80
Calls
1
_rotate
Method · 0.95
Tested by
1
testMatrixFunctionality
Method · 0.76