MCPcopy Create free account
hub / github.com/csaez/mscreen / randomizeVelocity

Method randomizeVelocity

tests/test_stress.py:67–71  ·  view source on GitHub ↗
(self, minimum=(-0.1, -0.1, -0.1),
                          maximum=(0.1, 0.1, 0.1))

Source from the content-addressed store, hash-verified

65 self._initialVelocity = value
66
67 def randomizeVelocity(self, minimum=(-0.1, -0.1, -0.1),
68 maximum=(0.1, 0.1, 0.1)):
69 self._randomMinimum = om2.MVector(minimum)
70 self._randomMaximum = om2.MVector(maximum)
71 self._randomize = True
72
73 def _randomizeVelocity(self):
74 v = om2.MVector()

Callers 1

test_stress.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected