Files
PhotonVision/photon-lib/py/docs/_stubs/wpimath/interpolation.py
samfreund f022130bfa do stuff
2025-11-26 21:10:02 -06:00

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"]