Project

General

Profile

Download (4.8 KB) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / java / org / distorted / objects / MovementRedi.java @ da178c88

# Date Author Comment
da178c88 09/19/2021 12:44 AM Leszek Koltunski

Make computing the offset in the Movement class more correct. From now on, in the center of the face the offset if always 0 regardless of the axis.
Before it would always assume that we can add DIST2D to the offset which is originated at the center of the face and this way get an offset which spans from 0 to height of the face. This is not always true - conterexample: half of the triangluar faces of an octahedron which are 'upside down'

be7c9190 09/17/2021 03:51 PM Leszek Koltunski

Abstract out some methods from the Movement classes. only two remain now: rowFromOffset and enabledAxis.

1ded8771 06/04/2021 01:37 PM Leszek Koltunski

Square-1: progress with movement.

c7cbf4db 10/05/2020 11:05 AM Leszek Koltunski

Add the Redi Cube: part3.

68f6046c 10/04/2020 11:36 PM Leszek Koltunski

Add the Redi Cube: part1.