libcarla/include/carla/rpc/Vector2D.h
2024-10-18 13:19:59 +08:00

18 lines
384 B
C++

// Copyright (c) 2019 Computer Vision Center (CVC) at the Universitat Autonoma
// de Barcelona (UAB).
//
// This work is licensed under the terms of the MIT license.
// For a copy, see <https://opensource.org/licenses/MIT>.
#pragma once
#include "carla/geom/Vector2D.h"
namespace carla {
namespace rpc {
using Vector2D = geom::Vector2D;
} // namespace rpc
} // namespace carla