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 <jwsc/config.h>
#include <cassert>
#include <cmath>
#include <iostream>
#include <vector>
#include <inttypes.h>
#include <jwsc/base/bits.h>
#include <jwsc/vector/vector.h>
#include <jwsc/vector/vector_math.h>
#include <jwsc/matrix/matrix.h>
#include <jwsc/matrix/matrix_math.h>
#include "jwsc++/base/exception.h"
#include "jwsc++/graphics/camera.h"
#include "jwsc++/graphics/polygon.h"
Go to the source code of this file.
3D polygon with base position on the xy-plane centered at the origin.
Definition in file polygon.cpp.