WXP C++ Library Version 6.74.9
Loading...
Searching...
No Matches
CloudPlot.h
1#ifndef _WINC_CLOUDPLOT
2#define _WINC_CLOUDPLOT
3
4#include <WXP/Plot.h>
5#include <WXP/Point.h>
6
7namespace WXP {
8 class CloudPlot {
9 public:
10 static int draw( Plot &plot, Point pt, float rad, char cover );
11 };
12}
13#endif
This class plots cloud symbols.
Definition CloudPlot.h:8
static int draw(Plot &plot, Point pt, float rad, char cover)
Definition CloudPlot.cc:25
This class defines mid-level graphics commands. Calls the Graph object for actual graphics output.
Definition Plot.h:26
All WXP classes fall under the WXP namespace.
Definition Angle.h:4
This struct sets a 3D point (x, y, z)
Definition Point.h:5