3#include <glm/mat4x4.hpp>
8[[nodiscard]]
auto vertex_bounds(std::span<Vertex const> vertices, glm::mat4
const& model) -> kvf::Rect<>;
Definition animation.hpp:8
auto vertex_bounds(std::span< Vertex const > vertices, glm::mat4 const &model) -> kvf::Rect<>