------------------------------------------------------------------------
r799 | anrdaemon | 2018-04-15 20:07:18 +0300 (Sun, 15 Apr 2018) | 3 lines

+ Math:GSeq Use common validity check for $n.
+ Plan for tests.

------------------------------------------------------------------------
r796 | anrdaemon | 2018-04-08 23:51:15 +0300 (Sun, 08 Apr 2018) | 2 lines

+ GSeq initial (ok, not) implementation.

------------------------------------------------------------------------
r795 | anrdaemon | 2018-04-05 22:12:30 +0300 (Thu, 05 Apr 2018) | 2 lines

- Reduce the number of "new static" calls to absolutely required.

------------------------------------------------------------------------
r794 | anrdaemon | 2018-04-05 18:22:37 +0300 (Thu, 05 Apr 2018) | 2 lines

* Optimize zero distance directional movements.

------------------------------------------------------------------------
r793 | anrdaemon | 2018-04-04 21:58:30 +0300 (Wed, 04 Apr 2018) | 4 lines

* Unify property access pattern across the class.
  Only directly access property storage, when you actually mean it.
  In all other cases, use magic to retrieve value of the property.

------------------------------------------------------------------------
r792 | anrdaemon | 2018-04-04 19:41:30 +0300 (Wed, 04 Apr 2018) | 2 lines

+ Refactored Coordinate3D into a generic Point class.

------------------------------------------------------------------------
r791 | anrdaemon | 2018-04-04 02:09:41 +0300 (Wed, 04 Apr 2018) | 5 lines

* Set the groundwork for further development of Point class.
* Drop redundant capabilities.
* Make class immutable.
* Add degrees variant of fromPolar() constructor.

------------------------------------------------------------------------
