-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
EnhancementNew feature or requestNew feature or request
Description
The current IPS implementation uses euclidean coordinates. Primarily this is because it's easier to wrap my head around euclidean coordinate math. But eventually professional chips will become available, and with them access to trig functions.
The question is what would a coordinate system look like if the core math was based on a spherical or cylindrical coordinate system? Major questions include:
- How much more complicated is the math?
- Is the math smaller or more efficient?
- How annoying is the conversion from spherical to euclidean for display purposes?
- Could this tie in with a system that automatically calculates transmitter station coordinates as mentioned in IPS - Transmitter Station Replacement #7?
- Could this tie in with a system that could keep track of a ship's pitch/yaw/rotation Compass/Gyro Module #4?
- How would it impact configurability?
- How would it impact interaction with modules?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or request