Cesium icon indicating copy to clipboard operation
Cesium copied to clipboard

Add missing Unary operators

Open kant2002 opened this issue 2 years ago • 1 comments

Currently missing following unary operators

  • [ ] *
  • [ ] +
  • [x] !

Look for a number 197 in the code when fixing the issue.

kant2002 avatar Aug 14 '22 05:08 kant2002

For implementation of + https://github.com/ForNeVeR/Cesium/pull/184 can be used as example. Maybe it would be worth split this issue in two, since * most likely would be more involved.

kant2002 avatar Sep 17 '22 18:09 kant2002