MCPcopy Create free account
hub / github.com/Kitware/VTK / varyRight

Function varyRight

Common/ComputationalGeometry/Testing/Python/CSpline.py:154–162  ·  view source on GitHub ↗
(aSplineX, aSplineY, aSplineZ)

Source from the content-addressed store, hash-verified

152
153
154def varyRight (aSplineX, aSplineY, aSplineZ):
155 right = -1
156 while right <= 1:
157 aSplineX.SetRightValue(right)
158 aSplineY.SetRightValue(right)
159 aSplineZ.SetRightValue(right)
160 fit()
161 renWin.Render()
162 right += 0.05
163
164
165def constraint (value, aSplineX, aSplineY, aSplineZ):

Callers

nothing calls this directly

Calls 2

fitFunction · 0.70
RenderMethod · 0.65

Tested by

no test coverage detected