PENGUIN ROBOT Plotter - the code
Title: Penguin Robot Data Plotter
Code Name: penguin_plotter.bpx
Purpose: Plots a single circular data value
Penguin's compass is an amazing device.
Harnessing the power of the compass is
the challenge. This code is a plotting utility.
It takes single angle data from a circle and plots
it on the debug screen within a linear scale.
humanoido
Post Edited (humanoido) : 1/1/2008 3:03:05 AM GMT
Code Name: penguin_plotter.bpx
Purpose: Plots a single circular data value
Penguin's compass is an amazing device.
Harnessing the power of the compass is
the challenge. This code is a plotting utility.
It takes single angle data from a circle and plots
it on the debug screen within a linear scale.
humanoido
' The code is designed as a plotting utility. ' Penguin has a built in compass, with many applications typically ' using circle angle data. Plotting this data becomes very important. ' Penguin Data Plotter will plot circle angles from 0 to 360 degrees ' using the Debug screen. This is a single data plot. The circle is ' converted to a linear scale and displayed to fit on the Debug. ' screen. Input any circle angle from 0 to 360 and see the plotted ' result. Data plotter concepts can be utilized for additional ' plotting applications.
Post Edited (humanoido) : 1/1/2008 3:03:05 AM GMT