local_tour: A local tour path.

Description Usage Arguments Details Examples

Description

A local tour path.

Usage

1
local_tour(start, angle=pi/4)

Arguments

start

initial projection matrix

angle

distance in radians to stay within

Details

The local tour alternates between the starting position and a nearby random projection.

Usually, you will not call this function directly, but will pass it to a method that works with tour paths like animate, save_history or render.

Examples

1
2
3

tourr documentation built on May 2, 2019, 5:28 p.m.

Related to local_tour in tourr...