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