ModelAabbComponent.ixx File
Component for storing the canonical AABB of a model. More...
Included Headers
#include <helios.engine.core.spatial>
#include <helios.math.types>
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | rendering |
| namespace | model |
| namespace | components |
Classes Index
| class | ModelAabbComponent<THandle> |
|
Component that stores the canonical Axis-Aligned Bounding Box (AABB) of a model. More... | |
Description
Component for storing the canonical AABB of a model.
File Listing
The file content with the documentation metadata removed is:
13export namespace helios::engine::rendering::model::components {
24 class ModelAabbComponent {
64 ModelAabbComponent() = default;
66 ModelAabbComponent(const ModelAabbComponent& other) :
67 aabb_(other.aabb_) {}
69 ModelAabbComponent& operator=(const ModelAabbComponent&) = default;
79 aabb_ = aabb;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.