Make Vector2f, RotationMatrix and other based class immutable for public API
Opened this issue · 0 comments
introfog commented
Define settes in Vector2f (and other based nternal classes) as package private to avoid chagning from user side, because it can be lead to unintended consequences.