feat(parameter): add clamp

This commit is contained in:
parker
2025-07-18 04:41:47 +01:00
parent c3ea851e49
commit 9a05c1a8bb
3 changed files with 59 additions and 11 deletions

View File

@@ -26,6 +26,8 @@ namespace enzo
// basic types types
namespace bt
{
using floatT = double;
using intT = int64_t;
using Vector3 = Eigen::Vector3d;
using Vector4 = Eigen::Vector4d;
}