mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
13 lines
300 B
Python
13 lines
300 B
Python
# Minimal interpolation stub for docs
|
|
class TimeInterpolatableRotation2dBuffer:
|
|
def __init__(self, *args, **kwargs):
|
|
pass
|
|
|
|
def addSample(self, *args, **kwargs):
|
|
pass
|
|
|
|
def sample(self, *args, **kwargs):
|
|
return None
|
|
|
|
__all__ = ["TimeInterpolatableRotation2dBuffer"]
|