-
Notifications
You must be signed in to change notification settings - Fork 0
CPP Sub libraries
Mole is a direction based drawer, mole takes angles and distances as parameters and draws the equivalent on a jpg image Here are some examples of Mole functionality. more info about Mole Usage can be found in the wiki tab of this project.
-
Example1:
-
Example2:
-
Example3:
Grapher is another SIPL sub library, Grapher allows you to plot graphs with an orientation to graph theory graphs. More info about the usage of Grapher can be found in the wiki tab of this project.
Examples Of Grapher.
An image created of an Interval Graph made from intervals loaded to Interval_Graph class.
A Regular Graph Illustration:
- Example of a graph G made from 4 vertices and 4 edges between {V0-V1,V0-V3,V1-V2,V1-V3};
- the method also allows the user to choose if to out put the regular graph or its complement ,here is the complement of the above example :
Detailed instructions on how to use SIPL - Grapher can be found in the wiki tab;
Algiplot is another SIPL sub library which allows plotting of 2D and 3D graphs , currently Algiplot only supports plotting of the graph frame and point creation on the graph plane, Algiplot as any other SIPL library runs using the SIPL-Core library .
More information on how to use Algiplot can be found in the wiki tab.
Examples of 2D and 3D plotting;
- 2D:
- 3D: