Changeset 45 for proiecte


Ignore:
Timestamp:
Dec 27, 2009, 10:06:22 AM (14 years ago)
Author:
(none)
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • proiecte/ptvs/src/vnsim/core/CarInfo.java

    r31 r45  
    9393        //having the angle between the segment AB (A crt point on the road obtained with peano keys,
    9494        //B real position of the car) and segment BC (C previuos point on the road)
    95                 double cos60 = 0.5;
    96                 double cos30 = java.lang.Math.sqrt(3)/2;
     95                //double cos60 = 0.5;
     96                //double cos30 = java.lang.Math.sqrt(3)/2;
    9797
    9898                if (sin > 0)
Note: See TracChangeset for help on using the changeset viewer.