예제 #1
0
파일: Triangle.cs 프로젝트: ukitake/Stratum
 public override bool Test(Cylinder other)
 {
     // TODO
     throw new NotImplementedException();
 }
예제 #2
0
 public abstract bool Test(Cylinder other);
예제 #3
0
파일: Ray.cs 프로젝트: ukitake/Stratum
 public override bool Test(Cylinder other)
 {
     // TODO
     throw new NotImplementedException();
 }
예제 #4
0
 public abstract bool Test(Cylinder other);