ReelCellQuad
pixi-reels / index / ReelCellQuad
Interface: ReelCellQuad
Defined in: config/types.ts:528
One cell’s projected footprint on a curved reel: the four corners of the quad the symbol should render into, replacing its flat rectangle.
Corners are SCREEN-space and LOCAL to the symbol view’s own origin, in the
order PixiJS PerspectiveMesh wants them - clockwise from top-left - in
every orientation, because symbol art stays upright however the strip
travels. width / height describe the flat cell box the quad replaces, so
a symbol can work out its own scale without having to remember what
resize() said.
Built by ReelCurve.quadFor(), consumed by ReelSymbol.applyCellQuad().
It lives here rather than next to ReelCurve so symbols/ can name it
without importing core/ and inverting the dependency flow.