This commit is contained in:
samfreund
2025-11-26 21:10:02 -06:00
parent 5457db947e
commit f022130bfa
12 changed files with 249 additions and 74 deletions

View File

@@ -0,0 +1,12 @@
# 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"]