Moves a point in a given direction by a specified distance.
The initial position of the point, represented as a Float32Array.
The angle in radians representing the direction of movement.
The distance to move the point.
The new position of the point after movement as a Float32Array.
Moves a point in a given direction by a specified distance.