Files
filament/libs/math
Mathias Agopian cf950a8d6f improve mixed-precision vector operations
We now follow the same rules than for basic types, when performing
mixed-precision operations, e.g.:

  float3 + double3 -> double3
  double3 + float3 -> double3
  dot(float3, double3) -> double

In particular, e.g. swapping the arguments to arithmetic operations
now always yields to the same result type (before, float3 + double3
would not return the same type than double3 + float3).
2019-09-18 18:22:05 -07:00
..
2019-06-20 16:19:02 -07:00
2019-08-09 15:07:12 -07:00
2018-08-03 10:38:22 -07:00