Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/makelove/OpenCV-Python-Tutorial
/ getXOffset
Method
getXOffset
官方samples/tst_scene_render.py:43–44 ·
view source on GitHub ↗
(self, time)
Source
from the content-addressed store, hash-verified
41
self.currentRect = self.initialRect
42
43
def
getXOffset(self, time):
44
return
int( self.xAmpl*cos(time*self.speed))
45
46
47
def
getYOffset(self, time):
Callers
2
getRectInTime
Method · 0.95
getNextFrame
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected