Missing matrix constructors
mlangerak opened this issue · comments
mlangerak commented
Some matrices are missing expected constructors. For example, float2x3 does not have a constructor taking 2 float3's as expected.
Emilio López commented
@mlangerak thanks for reporting, I'll take a look at this when I can
Emilio López commented
I've added the constructors you need in ea4790d. Based on your other open issue this is unlikely to cover your needs but at least this bit of functionality is available now