From e43f00fbe051dc8f9dfa5a19143c38613b64ecad Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期五, 07 八月 2020 19:09:36 +0800
Subject: [PATCH] 坐标
---
lib/src/main/cpp/driver_test.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/lib/src/main/cpp/driver_test.h b/lib/src/main/cpp/driver_test.h
index 14c6407..cbad97b 100644
--- a/lib/src/main/cpp/driver_test.h
+++ b/lib/src/main/cpp/driver_test.h
@@ -133,8 +133,15 @@
std::vector<PointF> points;
} segment_t;
+typedef struct {
+ PointF start;
+ PointF end;
+ std::vector<int> direct;
+} lane_direct_t;
+
// 涓�缁勫钩琛岀殑鍒嗛亾绾�
typedef struct {
+ std::vector<lane_direct_t> lane_direct;
std::vector<std::vector<segment_t>> lines; // 姣忔鍩熶笅鐨勫钩琛岀殑涓�缁勭嚎
} separate_t;
--
Gitblit v1.8.0