adjust_from_to(from, to)
      Adjust position, rotation, and height such that the rectangle touches the `from` and `to` positions (`width` is not modifed)
Parameters:
      from [value: Vector2, type: Vector2]
      to [value: Vector2, type: Vector2]
Return Value: None

file: src/nodes/2D/physics_rectangle_2d_node.c

landing