摘要: 一、已知两向量A, B ,求出A->B的旋转角 public static float SignedAngleBetween(Vector3 a, Vector3 b, Vector3 n) { float angle = Vector3.Angle(a,b); float sign = Mathf 阅读全文
posted @ 2024-01-05 16:19 porter_代码工作者 阅读(48) 评论(0) 推荐(0)
摘要: from requests.auth import HTTPBasicAuth import requests import os import json repos = set() def download_repo(output, name, href): print(f'Cloning {na 阅读全文
posted @ 2024-01-05 15:26 porter_代码工作者 阅读(19) 评论(0) 推荐(0)