Module rerun::demo_util

source ·
Expand description

This module contains utilities to support Rerun examples.

Functions§

  • A linear interpolator that bounces between a and b as t goes above 1.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 and to, linearly interpolates between them in n steps along the three axes, returning the intermediate result at each step.
  • Linear interpolator.
  • Linearly interpolates from a through b in n steps, returning the intermediate result at each step.