Replies: 1 comment
-
Historically, large struct copy avoidance, occasionally other usability considerations depending on the function. ComputeInertia is one API in particular that tends to be very annoying as a result. Modern runtimes have significantly improved the costs involved with the direct return, too. It's something I've been intending to poke at. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some methods, such as
Box.ComputeInertia
andBodies.GetDescription
take anout
parameter instead of returning a value. Why is that?Beta Was this translation helpful? Give feedback.
All reactions