Episode 2: ‘Roof Guy’ Not the Shooter, Tracking ‘Tyler,’ and Debunking the Junk

Muzzle distance D from observer should be valid.
I try to check the distance constrain: @sonjax6

public static double GetPerpendicularDistance( double x0, double y0, double thetaRadians )
{
  double distance = 0; // d
  double dx = Math.Cos( thetaRadians );
  double dy = Math.Sin( thetaRadians );
  //
  distance = Math.Abs( x0 * dy - y0 * dx ); // cross product
  //
  return distance;
}

Frpm point P (x_0, y_0) and D and \theta and d.
(Grid iteration of M would need days.)

There is no inner streetview. I think the footage was made here:

I cannot see this feature on the top of the building. Maybe it is behind the tree, or just another building?

1 Like