摘要: import numpy as np # 定义三个点的坐标 point1 = np.array([1, 2, 1]) point2 = np.array([5, 1, 1]) point3 = np.array([4, 6, 2]) # 计算两个向量 vector1 = point2 - point 阅读全文
posted @ 2024-07-13 16:58 西北逍遥 阅读(15) 评论(0) 推荐(0) 编辑