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

◆ get_width()

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

Cell count along X.

Definition at line 337 of file VolumeGridBuffer.hpp.

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