예제 #1
0
 public bool TestIsConcaveAngle(Direction prevToCurr, Direction currToNext)
 {
     return(ccl.IsConcaveAngle(prevToCurr, currToNext));
 }