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
4namespace pbat {
5namespace geometry {
6namespace model {
7
8enum class EMesh { Tetrahedral };
9
10} // namespace model
11} // namespace geometry
12} // namespace pbat
13
14#endif // PBAT_GEOMETRY_MODEL_ENUMS_H
Geometric queries, quantities and data structures.
Definition AabbKdTreeHierarchy.h:23
The main namespace of the library.
Definition Aliases.h:15