JWS C++ Library
C++ language utility library
|
3D polygon with base position on the xy-plane centered at the origin. More...
#include <jwsc++/config.h>
#include <iostream>
#include <vector>
#include <inttypes.h>
#include <jwsc/vector/vector.h>
#include <jwsc/matrix/matrix.h>
#include "jwsc++/base/cloneable.h"
#include "jwsc++/base/readable.h"
#include "jwsc++/base/writeable.h"
#include "jwsc++/base/exception.h"
#include "jwsc++/graphics/transformable.h"
#include "jwsc++/graphics/renderable.h"
#include "jwsc++/graphics/camera.h"
Go to the source code of this file.
Classes | |
class | jwscxx::graphics::Polygon_f |
3D polygon in single precision floating point. More... | |
class | jwscxx::graphics::Polygon_d |
3D polygon in double precision floating point. More... | |
Namespaces | |
namespace | jwscxx |
namespace | jwscxx::graphics |
3D polygon with base position on the xy-plane centered at the origin.
Definition in file polygon.h.