Overuse of the new operator for Vector3d and Matrix3d in my steering library #370
Unanswered
jfelrod1960
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I find that when using JOML operations on a Vector3d or a Matrix3d it updates it by setting the value to "this". I really want the operation return a Vector3d/Matrix3d object, but to the "this" object. Do you know how I should handle this without overusing "this"?
Thanks
Jeff
Beta Was this translation helpful? Give feedback.
All reactions