Rename Transform2D "elements" to "columns"

This commit is contained in:
Aaron Franke 2022-04-24 16:59:24 -05:00
parent 81139c94a8
commit b831fb0a54
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
44 changed files with 410 additions and 407 deletions

View file

@ -134,7 +134,7 @@ public:
real_t mina, maxa; \
real_t minb, maxb; \
Transform2D ofsb = p_transform; \
ofsb.elements[2] += p_cast; \
ofsb.columns[2] += p_cast; \
project_range(p_normal, p_transform, mina, maxa); \
project_range(p_normal, ofsb, minb, maxb); \
r_min = MIN(mina, minb); \