redorav / hlslpp

Math library using HLSL syntax with multiplatform SIMD support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing matrix constructors

mlangerak opened this issue · comments

Some matrices are missing expected constructors. For example, float2x3 does not have a constructor taking 2 float3's as expected.

@mlangerak thanks for reporting, I'll take a look at this when I can

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