18 #include "pandabase.h" 41 INLINE
void set_fill(
PNMBrush *fill);
44 INLINE
void draw_point(
float x,
float y);
45 void draw_line(
float xa,
float ya,
float xb,
float yb);
46 void draw_rectangle(
float xa,
float ya,
float xb,
float yb);
49 INLINE
void draw_hline_point(
int x,
float xa,
float ya,
52 INLINE
void draw_vline_point(
int y,
float xa,
float ya,
64 #include "pnmPainter.I" This class provides a number of convenient methods for painting drawings directly into a PNMImage...
The name of this class derives from the fact that we originally implemented it as a layer on top of t...
This class is used to control the shape and color of the drawing operations performed by a PNMPainter...