Skip to content

EntropyCanvas::LocalBounds

Defines the size of the mesh in its own coordinate space (Model Space). More…

#include <Bounds.h>

Name
glm::vec3size() const
glm::vec3center() const
Name
glm::vec3min
glm::vec3max
struct EntropyCanvas::LocalBounds;

Defines the size of the mesh in its own coordinate space (Model Space).

This effectively never changes for a static mesh.

inline glm::vec3 size() const
inline glm::vec3 center() const
glm::vec3 min {0.0f};
glm::vec3 max {0.0f};

Updated on 2026-01-26 at 17:14:35 -0500