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

◆ right_strip()

Kinesis::AABB2D MayaFlux::Portal::Forma::Surface::right_strip ( float  w,
float  margin = 0.F 
) const
inlinenoexcept

Full-height strip of width w along the left edge.

Parameters
wStrip width in NDC units.
marginInset from the left and vertical edges in NDC units.

Definition at line 227 of file Surface.hpp.

228 {
229 return { .min = { 1.F - margin - w, -1.F + margin },
230 .max = { 1.F - margin, 1.F - margin } };
231 }

References MayaFlux::Kinesis::AABB2D::min.