12.06.2015 Views

The Annoyance Filter.pdf - Fourmilab

The Annoyance Filter.pdf - Fourmilab

The Annoyance Filter.pdf - Fourmilab

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

92 FLASH STREAM DECODER ANNOYANCE-FILTER §113<br />

113. <strong>The</strong> following data structures are used to represent rectangles and transformation matrices. We<br />

don’t do anything with these quantities, but we need to understand their structure in order to skip over<br />

them while looking for fields we are interested in.<br />

〈 Flash file data structures 113 〉 ≡<br />

typedef struct {<br />

int xMin , xMax , yMin , yMax ;<br />

} rect;<br />

typedef struct {<br />

int a;<br />

int b;<br />

int c;<br />

int d;<br />

int tx ;<br />

int ty ;<br />

} matrix;<br />

This code is used in section 100.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!