26 Aug
2011
26 Aug
'11
6:04 p.m.
On Fri, Aug 26, 2011 at 1:38 PM, Dave Abrahams
What are the requirements you place on X0,X1,Y0,Y1,Z0,and Z1, and how do you describe the result? Unless you can nail the semantics down, you haven't written a generic algorithm.
on Fri Aug 26 2011, Michael Fawcett
wrote: which admittedly is not *entirely* generic since it relies on the vector3 type and probably should have taken a generic tuple, but you can at least see how the result type gets computed.
And Concept Checking would have been nice. It wasn't intended as a full solution, merely a quick example. --Michael Fawcett