Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Linear Interpolation?

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
10/6/2015 6:38:04 AMCArankAdminShadowfury333 before revert after revert
Before After
1 Basically you have it, though one caveat is that your current formulation gives you ( x2, z2) when new. distance = 0, and ( x1, z1) when new. distance = current. distance, which may be the reverse of what you expect. 1 Basically you have it, though one caveat is that your current formulation gives you ( x2, z2) when new. distance == 0, and ( x1, z1) when new. distance == current. distance, which may be the reverse of what you expect.