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

◆ resampled()

Lattice2D MayaFlux::Kinesis::Lattice2D::resampled ( const glm::uvec2 &  res) const
inlinenoexcept

A lattice over the same bounds at a different resolution.

Parameters
resNew cell count per axis.

Definition at line 199 of file Lattice.hpp.

200 {
201 return { .resolution = res, .bounds = bounds };
202 }
AABB2D bounds
Continuous extent subdivided.
Definition Lattice.hpp:127

References bounds, and resolution.