Replies: 2 comments
-
That actually did throw me off at one point. General thoughts:
Otherwise if there is no good reason to keep it, I'd agree with getting rid of it to simplify usage. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It made stuff easier when I was using the API with its private part for MPC but now, I don't see anything really useful about it. Let's get rid of that :) Cheers, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@MichaelMauderer I think it's important to address before the first release, the MPC legacy of the API and it's heavy use being involved with a lot of (3, 3) matrices computations result in the fact that a lot if not most of the colour models objects returns (3, 1) transposed matrices, for instance:
I would be keen on getting rid of that and just output a normal (3, ) matrix as follows:
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions