-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
Description
Great library in so many ways but the only thing I'm missing to pick it as math library to use in every project is physical layout of the matrices. Logical layout allows you to create proper matrices (e.g. translation(...)
, orthographics(...)
, etc.) to multiply by vector on the right (mul(m, v)
) on CPU but you have to transpose matrix if shader compiler assumes column major layout of the matrix.