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

Comparing ray/doc/man/man1/rcomb.1 (file contents):
Revision 1.10 by greg, Fri Jun 28 21:04:49 2024 UTC vs.
Revision 1.14 by greg, Thu Jun 19 22:36:53 2025 UTC

# Line 25 | Line 25 | rcomb - combine and convert matrices a row at a time
25   ]
26   .B "m1 .."
27   [
28 < .B "\-m mcat"
28 > .B "\-m[t] mcat"
29   ]
30   .SH DESCRIPTION
31   .I Rcomb
# Line 60 | Line 60 | A single concatenation matrix may be applied after ele
60   using the
61   .I \-m
62   option.
63 + If the option is given as
64 + .I \-mt
65 + then the concatenation matrix will be transposed before it is applied.
66   Matrix concatenation will happen before or after any trailing
67   operations, depending on relative command line placement.
68   .PP
# Line 339 | Line 342 | is not supported in
342   .I rcomb,
343   and should instead be handled by
344   .I pfilt(1).
345 + .PP
346 + Similar to
347 + .I rmtxop,
348 + all calculations are peformed internally using 32-bit floating-point,
349 + so there is little benefit in either reading or writing 64-bit double
350 + data.
351 + This may be overridden at compile time using the macro
352 + "-DDTrmx_native=DTdouble".
353   .SH BUGS
354   The
355   .I rcomb
# Line 349 | Line 360 | circumstances where it would make sense to.
360   Greg Ward
361   .SH "SEE ALSO"
362   dctimestep(1), icalc(1), getinfo(1), pcomb(1), pfilt(1),
363 < ra_xyze(1), rcalc(1),
363 > pvsum(1), ra_rgbe(1), ra_xyze(1), rcalc(1),
364   rcollate(1), rcontrib(1), rcrop(1), rfluxmtx(1),
365   rmtxop(1), rtpict(1), rtrace(1), vwrays(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines