MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_height()

uint32_t MayaFlux::Buffers::VolumeGridBuffer::get_height ( ) const
inline

Cell count along Y.

Definition at line 340 of file VolumeGridBuffer.hpp.

340{ return m_lattice.resolution.y; }
glm::uvec3 resolution
Cell count per axis. Zero on any axis is invalid.
Definition Lattice.hpp:26