Made corrections.

This commit is contained in:
2026-06-17 09:45:23 -07:00
parent ca78f1df0a
commit cb8a634b42
6 changed files with 45 additions and 86 deletions

View File

@@ -52,7 +52,7 @@ Examples of data and functions for this class and it subordinates:
for the police boat will be the police boat's location and heading. This affects the
radar display for the police boat. Perhaps I can suggest that the these three values
should be furnished as uniforms to the shaders for the police boat: 1. int police_boat;
1 is police boat and 0 is not, 2. flost police_location; in local coordinate space,
1 is police boat and 0 is not, 2. vec2 police_location; in local coordinate space,
and 3. float police_boat heading.
Please note that this is running in thread 1. The data input to this is being
provided by the traffic_cop, which is running on thread 2. The traffic_cop needs
@@ -69,7 +69,6 @@ Examples of data and functions for this class and it subordinates:
float beam; // Vessel beam bounds (meters)
float course; // Course over ground vector (radians relative to True North)
float altitude; // Target altitude profile (meters = 0 for boats)
time_t timestamp; // Data aging tracking identifier
float current_reflectivity; // derivied from vessel_type (see table below)
float height_estimate; // derived from vessel_type (see table below)
float noiseglint; // derived from vessel_type (see table below)