Home
Install
Use
Develop
Support
News
Credits
hosted by
|
11 #ifndef __CurvePlotter2D3_H
12 #define __CurvePlotter2D3_H
14 #include "Cartesian.h"
29 void move ( const Cartesian& pt);
30 void draw ( const Cartesian& pt);
31 void plot ( const Cartesian& pt, int symbol);
32 void text ( const Cartesian& pt, const char* text, float align=.5);
34 void arrow ( const Cartesian& from, const Cartesian& to);
36 void poly ( const std::vector<Cartesian>& pts);
39 void set_hatch ( const Cartesian& hp);
42 void set_camera ( double theta, double phi);
44 void where ( float& x, float& y, const Cartesian& pt);
46 const Cartesian& get_xaxis () { return vx_axis; };
47 const Cartesian& get_yaxis () { return vy_axis; };
const ScalarMath atan(const ScalarMath &x)
bool verbose Definition: timer++.C:25
Generated using doxygen 1.8.17
|