JWS C++ Library
C++ language utility library
parapiped.cpp File Reference

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)

Detailed Description

Parallelepiped: a hexahedron of which each face is a parallelegram.

Author:
Joseph Schlecht
License:
Creative Commons BY-NC-SA 3.0

Definition in file parapiped.cpp.


Function Documentation

static void create_adjacency ( jwsc::Matrix_u32 **  adjacency_out) [static]

Definition at line 80 of file parapiped.cpp.