1 Star 0 Fork 2

chenyp401/CAM

forked from zzthfut/CAM 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Line.py 223 Bytes
一键复制 编辑 原始数据 按行查看 历史
zzthfut 提交于 2023-07-23 16:57 . 4-6
from GeomBase import *
class Line:
def __init__(self, P, V):
self.P = P.clone()
self.V = V.clone().normalized()
def __str__(self):
return "Line\nP:%s\nV:%s\n" % (str(self.P), str(self.V))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/chenyp401/cam.git
git@gitee.com:chenyp401/cam.git
chenyp401
cam
CAM
master

搜索帮助