Exemplo n.º 1
0
 public static float5x4 Scale4x4(this float5x4 a, float3 b)
 {
     return(new float5x4(float4x4.TRS(a.Position(), a.Rotation(), a.Scale() * b), a.c4));
 }