Menu

#23 check argument order in all immutables

open
nobody
None
5
2012-09-15
2006-01-19
No

The order of the arguments to create(...) in all
immutables should be reviewed, especially the ilm
(matrix) package. Specifically, positions and
dimensions should match in order, with major order
first and minor order second.

This means that for operations like *Segment, the
order should be:

row, column, height, width

Note that position is fully specified first, extent
last, with "y" first and "x" second (because matrices
are defined in row-major order).

Discussion


Log in to post a comment.