Skip to content

Commit eee45df

Browse files
committed
update comment
1 parent 9e8a37c commit eee45df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/plot.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,9 +1195,7 @@ bool ProjectionPlot::trackstack_equivalent(
11951195
std::pair<Position, Direction> RayTracePlot::get_pixel_ray(
11961196
int horiz, int vert) const
11971197
{
1198-
// Now we convert to the polar coordinate system with the polar angle
1199-
// measuring the angle from the vector up_. Phi is the rotation about up_. For
1200-
// now, up_ is hard-coded to be +z.
1198+
// Compute field of view in radians
12011199
constexpr double DEGREE_TO_RADIAN = M_PI / 180.0;
12021200
double horiz_fov_radians = horizontal_field_of_view_ * DEGREE_TO_RADIAN;
12031201
double p0 = static_cast<double>(pixels_[0]);

0 commit comments

Comments
 (0)