- Home /
Magnitude Difference Question
Vector3.Magnitude(transform.position)
and
rigidbody.velocity.magnitude
They don't give the same magnitude. Why is that? What's the difference between them?
Thanks.
Comment
Best Answer
Answer by DaveA · Apr 01, 2011 at 07:08 AM
position is the (current) distance from the origin (0,0,0).
velocity involves movement, meter/second. The magnitude is the 'speed'
Your answer
Follow this Question
Related Questions
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
A node in a childnode? 1 Answer
null texture passed to GUI.DrawTexture 0 Answers
Get Set Errors C# 2 Answers
Flipping textures 0 Answers