File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ # Documentation
Original file line number Diff line number Diff line change 1+ # External libraries and dependencies
Original file line number Diff line number Diff line change 3030 [dots ] = updateDots(dots , cfg );
3131
3232 %% Center the dots
33+
3334 % We assumed that zero is at the top left, but we want it to be
3435 % in the center, so shift the dots up and left, which just means
35- % adding half of the screen width in pixel to both the x and y direction.
36+ % adding half of the screen width in pixel to both the x and y direction.
3637 thisEvent.dot.positions = (dots .positions - cfg .dot .matrixWidth / 2 )' ;
3738
3839 %% make textures
40+
3941 dotTexture(' make' , cfg , thisEvent );
4042
4143 apertureTexture(' make' , cfg , thisEvent );
Original file line number Diff line number Diff line change 1+ # Unit tests folder
2+
3+ To be run using mox unit.
4+
5+ Code coverage can be estimated with Mocov.
You can’t perform that action at this time.
0 commit comments