示例#1
0
 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);