#include <math.h>
#include <memory.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pkgeom.h"
#include "psout.h"
#include "psprivate.h"
Functions | |
void | ps_Draw_Polyline2f (int n, const point2f *p) |
void | ps_Draw_Polyline2d (int n, const point2d *p) |
void | ps_Draw_Polyline2Rf (int n, const point3f *p) |
void | ps_Draw_Polyline2Rd (int n, const point3d *p) |
void | ps_Set_Clip_Polygon2f (int n, const point2f *p) |
void | ps_Set_Clip_Polygon2d (int n, const point2d *p) |
void | ps_Set_Clip_Polygon2Rf (int n, const point3f *p) |
void | ps_Set_Clip_Polygon2Rd (int n, const point3d *p) |
void | ps_Fill_Polygon2f (int n, const point2f *p) |
void | ps_Fill_Polygon2d (int n, const point2d *p) |
void | ps_Fill_Polygon2Rf (int n, const point3f *p) |
void | ps_Fill_Polygon2Rd (int n, const point3d *p) |
void ps_Draw_Polyline2d | ( | int | n, | |
const point2d * | p | |||
) |
void ps_Draw_Polyline2f | ( | int | n, | |
const point2f * | p | |||
) |
void ps_Draw_Polyline2Rd | ( | int | n, | |
const point3d * | p | |||
) |
void ps_Draw_Polyline2Rf | ( | int | n, | |
const point3f * | p | |||
) |
void ps_Fill_Polygon2d | ( | int | n, | |
const point2d * | p | |||
) |
void ps_Fill_Polygon2f | ( | int | n, | |
const point2f * | p | |||
) |
void ps_Fill_Polygon2Rd | ( | int | n, | |
const point3d * | p | |||
) |
void ps_Fill_Polygon2Rf | ( | int | n, | |
const point3f * | p | |||
) |
void ps_Set_Clip_Polygon2d | ( | int | n, | |
const point2d * | p | |||
) |
void ps_Set_Clip_Polygon2f | ( | int | n, | |
const point2f * | p | |||
) |
void ps_Set_Clip_Polygon2Rd | ( | int | n, | |
const point3d * | p | |||
) |
void ps_Set_Clip_Polygon2Rf | ( | int | n, | |
const point3f * | p | |||
) |