Geometry_Engine: Merge and write a proper test file for Flip and Reverse methods
As in the header, these two could probably be merged. General test file is on the server, to be revised and updated.
As discussed in #1060, word Reverse is preferred over Flip.
@pawelbaran But do we actually need method reverse? It takes only lines and vectors. For lines there is identical method in Flip. And for Vectors we can use multiplication operator (*-1).
That's exactly what I mean - we need to clean it up and put under one method. So regarding your cases:
- Leave only one for
Line - I would leave the
Reverse/FlipforVectoronly in case it could be called by an interface method
@pawelbaran As per wiki, can you remove this item from the "Review in Progress" column of the SCRUM BOARD please?
@LMarkowski could you please parse through the whole Engine to make sure we do not have duplicates in discipline-specific projects?