I would like a 1x1x1 block.
I'd like it named Composite GPS.
(alternatively Advanced GPS).
It would consist of Electric in and Composite out.
I would like the Composite to carry the full matrix information of the block (the affine 3d 4x4 matrix).
This is the same matrix that is returned in an addon Lua script using the "transform_matrix, is_success = server.getVehiclePos(vehicle_id, [voxel_x, voxel_y, voxel_z])" function.
I would really love to see the option to type in a voxel_x, voxel_y, voxel_z as well, and a checkbox to use center of mass instead.
This will allow for a more compact design.
This will allow for easier Radar data calculations.
This will allow less code to be used when we make it ourselves.
Currently getting the full matrix of a specific block is a hassle; especially with the current GPS, multiple tilt sensors, compass, and altitude sensors being in separate locations; and highly likely needing multiple of them to calculate it accurately.