Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Picasso.Rendering
SourceModule for 2d drawing of abstract elements, handles the 'camera' settings, 2D projection, and some graphical options
Type of 2D scenes
val create :
?title:string ->
?padding:float ->
?grid:bool ->
?axis:bool ->
abciss:string ->
ordinate:string ->
float ->
float ->
t
Initalizes an empty 2d scenes.
Registers an abstract element, associated to a color, into a scene. Automatically changes the camera settings to encompass the newly added abstract element. You can cancel this behaviour by settings the optional argument autofit
to false