You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no guarantee that the point defined by point = np.sum(self._rays, axis=0) (potentially scaled) is actually a distance c from each wall of the cone.
Likely not too important in practice. Especially because, if point is too close to a wall, you can just scale up point until it's far enough away...
The text was updated successfully, but these errors were encountered:
There's no guarantee that the point defined by
point = np.sum(self._rays, axis=0)
(potentially scaled) is actually a distance c from each wall of the cone.Likely not too important in practice. Especially because, if point is too close to a wall, you can just scale up point until it's far enough away...
The text was updated successfully, but these errors were encountered: