MCPcopy Index your code
hub / github.com/CadQuery/cadquery / Transform

Function Transform

cadquery/occ_impl/solver.py:326–328  ·  view source on GitHub ↗
(v, T, R)

Source from the content-addressed store, hash-verified

324
325
326def Transform(v, T, R):
327
328 return Rotate(v, R) + T
329
330
331def point_cost(

Callers 4

point_costFunction · 0.85
point_in_plane_costFunction · 0.85
point_on_line_costFunction · 0.85
fixed_point_costFunction · 0.85

Calls 1

RotateFunction · 0.85

Tested by

no test coverage detected