Adds some extra explanations to gate layout's description

This commit is contained in:
Kristian Knarvik 2021-02-22 18:34:23 +01:00
parent fb70b8bc75
commit d26196b8aa

View File

@ -12,7 +12,8 @@ import java.util.List;
* The gate layout describes where every part of the gate should be * The gate layout describes where every part of the gate should be
* *
* <p>The gate layout parses a layout described by a Character matrix and stores the different parts of the gate as * <p>The gate layout parses a layout described by a Character matrix and stores the different parts of the gate as
* relative block vectors.</p> * relative block vectors. All relative vectors has an origin in the top-left block when looking at the gate's front
* (the side with the sign)</p>
*/ */
public class GateLayout { public class GateLayout {