def new_position point, length_degree=10, direction_degree=0
[
point[0]+length_degree*Math.cos(
direction_degree*Math::PI/180),
point[1]+length_degree*Math.sin(
direction_degree*Math::PI/180)
]
end
Conteúdo para você se capacitar em programação