ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/rmtxop.1
(Generate patch)

Comparing ray/doc/man/man1/rmtxop.1 (file contents):
Revision 1.16 by greg, Mon Aug 12 17:14:40 2019 UTC vs.
Revision 1.18 by greg, Wed Mar 25 01:51:09 2020 UTC

# Line 56 | Line 56 | matrix where the number of columns match the X-dimensi
56   the number of rows match the Y-dimension.
57   The picture must be in standard pixel ordering, and the first row
58   is at the top with the first column on the left.
59 + Any exposure changes applied to the pictures beforehand
60 + .I rmtxop
61 + will be undone, similar to the
62 + .I pcomb\(1)
63 + .I \-o
64 + option.
65   .PP
66   Before each file, the
67   .I \-t
# Line 121 | Line 127 | If a different evaluation order is desired, pipe the r
127   .I rmtxop
128   command into another, as shown in one of the examples below.
129   .PP
130 < The number of components in the new matrix after applying any
130 > The number of components in the next matrix after applying any
131   .I -c
132   transform must agree with the prior result.
133   For concatenation (matrix multiplication), the number of columns
134 < in the prior result must equal the number of rows in the new matrix, and
134 > in the prior result must equal the number of rows in the next matrix, and
135   the result will have the number of rows of the previous and the number
136 < of columns of the new matrix.
136 > of columns of the next matrix.
137   In the case of addition, multiplication, and division,
138   the number of rows and columns of the prior result and the
139 < new matrix must match, and will not be changed by the operation.
139 > next matrix must match, and will not be changed by the operation.
140   .PP
141   A final transpose or scaling/transform operation may be applied to
142   the results by appending the
# Line 203 | Line 209 | evaluated from left to right.
209   .SH AUTHOR
210   Greg Ward
211   .SH "SEE ALSO"
212 < cnt(1), getinfo(1), histo(1), neaten(1), rcalc(1), rcollate(1),
213 < rcontrib(1), rfluxmtx(1), rlam(1),
212 > cnt(1), getinfo(1), histo(1), neaten(1), pcomb(1), rcalc(1),
213 > rcollate(1), rcontrib(1), rfluxmtx(1), rlam(1),
214   rsplit(1), tabfunc(1), total(1), wrapBSDF(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines