|
wxMaxima
|
An example of resolving typedefs. More...
Data Structures | |
| struct | CoordStruct |
| A coordinate pair. More... | |
Typedefs | |
| typedef CoordStruct | Coord |
| Creates a type name for CoordStruct. | |
Functions | |
| Coord | add (Coord c1, Coord c2) |
| This function returns the addition of c1 and c2, i.e: (c1.x+c2.x,c1.y+c2.y) | |
An example of resolving typedefs.