Module demo_util

Source
Expand description

This module contains utilities to support Rerun examples.

Functionsยง

bounce_lerp
A linear interpolator that bounces between a and b as t goes above 1.0.
color_spiral
Create a spiral of points with colors along the Z axis.
grid
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.
lerp
Linear interpolator.
linspace
Linearly interpolates from a through b in n steps, returning the intermediate result at each step.