public bool TryIntersect(Ray ray, ref Intersection intersection) { return _aggregate.TryIntersect(ray, ref intersection); }
public bool TryIntersect(Ray ray, ref Intersection intersection) { return(_aggregate.TryIntersect(ray, ref intersection)); }