Unity-Technologies / Unity.Mathematics

The C# math library used in Unity providing vector types and math functions with a shader like syntax
Other
1.38k stars 156 forks source link

Add double3x3(double4x4) constructor to extract upper left 3x3 from 4x4? #248

Open LGGregory opened 3 months ago

LGGregory commented 3 months ago

float3x3(float4x4) exists, but the equivalent for double3x3 does not.