JWS C++ Library
C++ language utility library
|
Parallelepiped: a hexahedron of which each face is a parallelegram. More...
#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/polygon.h>
#include <jwsc++/graphics/parapiped.h>
Go to the source code of this file.
Functions | |
static void | create_adjacency (jwsc::Matrix_u32 **adjacency_out) |
Parallelepiped: a hexahedron of which each face is a parallelegram.
Definition in file parapiped.cpp.
static void create_adjacency | ( | jwsc::Matrix_u32 ** | adjacency_out | ) | [static] |
Definition at line 80 of file parapiped.cpp.