Expand description
This module contains utilities to support Rerun examples.
Functions§
- A linear interpolator that bounces between
a
andb
ast
goes above1.0
. - Create a spiral of points with colors along the Z axis.
- Returns sRGB polynomial approximation from Turbo color map, assuming
t
is normalized. - Given two 3D vectors
from
andto
, linearly interpolates between them inn
steps along the three axes, returning the intermediate result at each step. - Linear interpolator.
- Linearly interpolates from
a
throughb
inn
steps, returning the intermediate result at each step.