Contains implementation for the MeshInfo class.
More...
#include <meshinfo.h>
#include <Geometry>
#include <HFExceptions.h>
#include <math.h>
#include <corecrt_math_defines.h>
#include <iostream>
#include <robin_hood.h>
Go to the source code of this file.
|
namespace | HF |
| Perform human scale analysis on 3D environments.
|
|
namespace | HF::Geometry |
| Manipulate and load geometry from disk.
|
|
|
template<typename T > |
void | HF::Geometry::IndexRawVertices (const vector< array< T, 3 > > &vertices, vector< int > &mapped_indexes, vector< T > &mapped_vertices) |
| Index an array of vertices. More...
|
|
template<typename T > |
T | HF::Geometry::arrayDist (const array< T, 3 > from, const array< T, 3 > &to) |
| Calculate the distance between from and to. More...
|
|
Contains implementation for the MeshInfo class.
- Author
- TBA
- Date
- 16 Jun 2020
Definition in file meshinfo.cpp.
◆ _USE_MATH_DEFINES
#define _USE_MATH_DEFINES |