#include <iostream>
#include <mechsys/util/array.h>
#include <mechsys/linalg/matvec.h>
Go to the source code of this file.
Functions |
void | POVHeader (std::ostream &os) |
void | POVSetCam (std::ostream &os, const Vec3_t &X, const Vec3_t &F) |
void | POVDrawVert (Vec3_t const &V, std::ostream &os, double Radius=1.0, char const *Color="Blue") |
void | POVDrawPolygon (Array< Vec3_t > const &V, std::ostream &os, char const *Color="Blue") |
void | BPYHeader (std::ostream &os) |
void | BPYDrawVert (Vec3_t const &V, std::ostream &os, double Radius=1.0) |
void | BPYDrawPolygon (Array< Vec3_t > const &V, std::ostream &os) |
Function Documentation
void BPYDrawVert |
( |
Vec3_t const & |
V, |
|
|
std::ostream & |
os, |
|
|
double |
Radius = 1.0 |
|
) |
| [inline] |
void POVDrawVert |
( |
Vec3_t const & |
V, |
|
|
std::ostream & |
os, |
|
|
double |
Radius = 1.0 , |
|
|
char const * |
Color = "Blue" |
|
) |
| [inline] |