EntropyCanvas::WorldBounds
EntropyCanvas::WorldBounds
Section titled “EntropyCanvas::WorldBounds”Defines the size of the mesh in the world (World Space). More…
#include <Bounds.h>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| glm::vec3 | size() const |
| bool | overlaps(const WorldBounds & other) const Check overlap with another AABB. |
| 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::WorldBounds;Defines the size of the mesh in the world (World Space).
This changes whenever the Transform changes. Used directly by the VisibilityService (Octree).
Public Functions Documentation
Section titled “Public Functions Documentation”function size
Section titled “function size”inline glm::vec3 size() constfunction overlaps
Section titled “function overlaps”inline bool overlaps( const WorldBounds & other) constCheck overlap with another AABB.
function 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