Afaik there isn't such a function and you have to calculate the destination coordinates,Originally Posted by Disyne
xDst = xSrc + offset * cos(angle)
yDst = ySrc + offset * sin(angle)
and angle must be in radians,
angle_in_radians = (Pi / 180) * angle_in_degrees




Reply With Quote