纤维相交:两条纤维与给定长度的交点

时间:2024-03-01 13:53:46
【文件属性】:

文件名称:纤维相交:两条纤维与给定长度的交点

文件大小:7.24MB

文件格式:ZIP

更新时间:2024-03-01 13:53:46

Python

纤维相交 python模块fiber.py将计算固定在点f1,f2和p1,p2上的两条张紧纤维的交点s。 例: import fiber # define inputs as lists f1 = ([ 0 , 0 , 9 ]) # focal point 1 f2 = ([ 5 , 0 , 14 ]) # focal point 2 L = 8 # length oft the fiber p1 = ([ 0 , 5 , 11 ]) # point 1 p2 = ([ 5 , 5 , 12 ]) # point 2 #use 3d connection s , x1 , y1 , z1 , x2 , y2 , z2 , L2 = fiber . connection3d ( L , f1 , f2 , p1 , p2 ) # s:


【文件预览】:
fiberintersection-master
----python()
--------main.py(739B)
--------__pycache__()
--------fiber.py(6KB)
--------main3d.py(873B)
----matlab()
--------test.m(198B)
--------fiberconnection3d.m(639B)
--------main3d.m(787B)
--------fiberconnection2d.m(429B)
--------main2d.m(659B)
--------example2d1.gif(6.62MB)
--------ellipse.m(553B)
--------example1.gif(585KB)
--------speroid.m(739B)
--------example2.gif(443KB)
----.gitignore(42B)
----README.md(1003B)

网友评论