Example #1
0
 public override bool Test(AxisAlignedBoundingBox other)
 {
     return(sray.Intersects(ref other.sbb));
 }