RedFingerprint:
Filter:
redUniverse/Classes (extension) | Red > redUniverse > additional

RedFingerprint
ExtensionExtension

a different plot

Description

A class that works with objects like arrays, envelopes and wavetables. It translates them to length/angle pairs and can then plot these in a separate window.

Class Methods

.new

Create a new fingerprint object and do the translation ( -calc ).

Arguments:

array

Numerical data to be plotted.

normalize

Boolean.

Instance Methods

.calc

Calculate points from array.

.draw

Start drawing at current Pen position.

.makeWindow

Create a new window and plot the points.

.array

Data to be plotted.

.normalize

Normalize points after -calc.

.points

Coordinates as points.

Examples