0.5f
in
Programming Questions
•
1 year ago
Hi,
I´ve seen this line of code in a contribuited library. I think this is a general question, so I post in this forum. I don´t know what is 0.5f, I've never seen a letter written after a numbre like that
p.position.x = originalPosition.x + k1Velocity.x * 0.5f * deltaT;
1