EntropyCanvas::LocalBounds
EntropyCanvas::LocalBounds
Section titled “EntropyCanvas::LocalBounds”Defines the size of the mesh in its own coordinate space (Model Space). More…
#include <Bounds.h>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| glm::vec3 | size() const |
| glm::vec3 | center() const |
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| glm::vec3 | min |
| glm::vec3 | max |
Detailed Description
Section titled “Detailed Description”struct EntropyCanvas::LocalBounds;Defines the size of the mesh in its own coordinate space (Model Space).
This effectively never changes for a static mesh.
Public Functions Documentation
Section titled “Public Functions Documentation”function size
Section titled “function size”inline glm::vec3 size() constfunction center
Section titled “function center”inline glm::vec3 center() constPublic Attributes Documentation
Section titled “Public Attributes Documentation”variable min
Section titled “variable min”glm::vec3 min {0.0f};variable max
Section titled “variable max”glm::vec3 max {0.0f};Updated on 2026-01-26 at 17:14:35 -0500