|
PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
|
Non-intrusive sorting. More...
Go to the source code of this file.
Namespaces | |
| namespace | pbat |
| The main namespace of the library. | |
| namespace | pbat::common |
| Common functionality. | |
Functions | |
| template<std::integral TIndex, class FLess> | |
| auto | pbat::common::ArgSort (TIndex n, FLess less) -> Eigen::Vector< TIndex, Eigen::Dynamic > |
| Computes the indices that would sort an array. | |
Non-intrusive sorting.