Skip to content

Research Spherical/Cylindrical Coordinate Method #9

@Tmktahu

Description

@Tmktahu

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions