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

◆ bounds()

Series & MayaFlux::Portal::Forma::Plot::Series::bounds ( Kinesis::AABB2D  bounds)
inline

Set the logical plot/data bounds used by labels, tick labels, legends, and future plot adornments.

This does not remap the generated data geometry by itself. It defines the NDC area around which Plot::place() should construct adornments.

Definition at line 293 of file SeriesBuilder.hpp.

294 {
296 return *this;
297 }
Series & bounds(Kinesis::AABB2D bounds)
Set the logical plot/data bounds used by labels, tick labels, legends, and future plot adornments.
std::optional< Kinesis::AABB2D > m_plot_bounds