Exemplo n.º 1
0
 public override bool Intersect(IBoundingBox bB, out Vector hitPoint, Vector velocity)
 {
     return bB.LineIntersect(this, out hitPoint);
 }