DHART
Loading...
Searching...
No Matches
meshinfo.cpp File Reference

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>
+ Include dependency graph for meshinfo.cpp:

Go to the source code of this file.

Namespaces

namespace  HF
 Perform human scale analysis on 3D environments.
 
namespace  HF::Geometry
 Manipulate and load geometry from disk.
 

Macros

#define _USE_MATH_DEFINES
 

Functions

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 >
HF::Geometry::arrayDist (const array< T, 3 > from, const array< T, 3 > &to)
 Calculate the distance between from and to. More...
 

Detailed Description

Contains implementation for the MeshInfo class.

Author
TBA
Date
16 Jun 2020

Definition in file meshinfo.cpp.

Macro Definition Documentation

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES

Definition at line 17 of file meshinfo.cpp.