Exemple #1
0
 public TyreParams(TyreWidth width, TyreProfile profile, TyreRadius radius)
 {
     Profile = (float)profile / 100f;
     Width   = (float)width;
     Radius  = (float)radius;
 }
Exemple #2
0
 public TyreParams(TyreWidth width, TyreProfile profile, TyreRadius radius)
 {
     Profile = (float)profile / 100f;
     Width = (float)width;
     Radius = (float)radius;
 }