Contains definitions for the MeshInfo class.
More...
#include <Dense>
#include <array>
Go to the source code of this file.
|
| namespace | HF |
| | Perform human scale analysis on 3D environments.
|
| |
| namespace | HF::nanoGeom |
| |
| namespace | std |
| | STL namespace.
|
| |
| namespace | HF::Geometry |
| | Manipulate and load geometry from disk.
|
| |
Contains definitions for the MeshInfo class.
- Author
- TBA
- Date
- 16 Jun 2020
Definition in file meshinfo.h.
◆ HF::nanoGeom::Mesh
| struct HF::nanoGeom::Mesh |
Definition at line 19 of file meshinfo.h.
| Class Members |
|
unsigned int * |
faces |
[xyz] * 3(triangle) * num_faces |
|
double * |
facevarying_binormals |
[xyz] * 3(triangle) * num_faces |
|
double * |
facevarying_normals |
[xyz] * num_vertices |
|
double * |
facevarying_tangents |
[xyz] * 3(triangle) * num_faces |
|
double * |
facevarying_uvs |
[xyz] * 3(triangle) * num_faces |
|
double * |
facevarying_vertex_colors |
[xyz] * 3(triangle) * num_faces |
|
unsigned int * |
material_ids |
triangle x num_faces |
|
size_t |
num_faces |
|
|
size_t |
num_vertices |
|
|
double * |
vertices |
|
◆ HF_MESHINFO