PhysicsBasedAnimationToolkit
0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
Loading...
Searching...
No Matches
Enums.h
1
#ifndef PBAT_GEOMETRY_MODEL_ENUMS_H
2
#define PBAT_GEOMETRY_MODEL_ENUMS_H
3
4
namespace
pbat
{
5
namespace
geometry
{
6
namespace
model {
7
8
enum class
EMesh { Tetrahedral };
9
10
}
// namespace model
11
}
// namespace geometry
12
}
// namespace pbat
13
14
#endif
// PBAT_GEOMETRY_MODEL_ENUMS_H
pbat::geometry
Geometric queries, quantities and data structures.
Definition
AabbKdTreeHierarchy.h:23
pbat
The main namespace of the library.
Definition
Aliases.h:15
source
pbat
geometry
model
Enums.h
Generated by
1.13.2