Expand description
This module contains utilities to support Rerun examples.
Functionsยง
- bounce_
lerp - A linear interpolator that bounces between
a
andb
ast
goes above1.0
. - color_
spiral - Create a spiral of points with colors along the Z axis.
- grid
- Given two 3D vectors
from
andto
, linearly interpolates between them inn
steps along the three axes, returning the intermediate result at each step. - lerp
- Linear interpolator.
- linspace
- Linearly interpolates from
a
throughb
inn
steps, returning the intermediate result at each step.