Skip to content

Fix point write access

Previous implementation (accidentally) allowed (apparent) write access via const accessors due to returning by value. However as values updated where temporary copies and not the original values nothing changed.

This MR adds proper read/write access implementations that work as intended.

Edited by Christopher Rob Jones

Merge request reports