没有合适的资源?快使用搜索试试~ 我知道了~
beziers.py:Python Bezier操作库
共98个文件
py:41个
png:17个
js:9个
需积分: 50 7 下载量 149 浏览量
2021-05-01
02:05:20
上传
评论
收藏 507KB ZIP 举报
温馨提示
beziers.py 贝塞尔曲线提供了用于构造,操纵和绘制贝塞尔曲线和路径的各种类。 它主要是为字体设计软件设计的,它使您可以在路径上进行连接,拆分,偏移和执行许多其他操作。 这是一个示例会话: from beziers.point import Point from beziers.path import BezierPath from beziers.cubicbezier import CubicBezier b1 = CubicBezier( Point(412.0,500.0), Point(308.0,665.0), Point(163.0,589.0), Point(163.0,504.0) ) b2 = CubicBezier( Point(163.0,504.0), Point(163.0,424.0), Point(364.0,321.0), Point(
资源推荐
资源详情
资源评论
收起资源包目录
beziers_py-master.zip (98个子文件)
beziers.py-master
README.rst 1KB
index.html 4KB
search.html 3KB
source
beziers.html 18KB
modules.html 4KB
beziers.path.representations.html 10KB
beziers.path.html 7KB
.github
workflows
ci.yml 690B
.nojekyll 0B
searchindex.js 4KB
_sources
source
modules.rst.txt 58B
beziers.path.representations.rst.txt 834B
beziers.rst.txt 773B
beziers.path.rst.txt 235B
index.rst.txt 437B
.buildinfo 230B
doc
source
dash.png 22KB
curvefit1.png 33KB
offset2.png 62KB
dash-offset.png 50KB
offset1.png 64KB
beziers.path.rst 225B
beziers.rst 1KB
beziers.path.representations.rst 834B
sampling.png 39KB
curvefit2.png 33KB
conf.py 5KB
index.rst 513B
Makefile 665B
.gitignore 7B
LICENSE 1KB
test
test_arclength.py 741B
test_path.py 5KB
test_booleanshapeoperations.py 690B
test_curvefit.py 2KB
test_offset.py 2KB
test_quadratic.py 2KB
test_transformation.py 1KB
test_cubic.py 2KB
test_distance.py 867B
test_corners.py 732B
test_intersections.py 3KB
test_line.py 339B
test_bounds.py 844B
setup.py 807B
py-modindex.html 5KB
beziers
utils
pens.py 1KB
linesweep.py 2KB
arclengthmixin.py 362B
curvefitter.py 9KB
__init__.py 474B
legendregauss.py 2KB
intersectionsmixin.py 5KB
curvedistance.py 7KB
alphashape.py 2KB
samplemixin.py 2KB
booleanoperationsmixin.py 6KB
cubicbezier.py 7KB
affinetransformation.py 4KB
segment.py 6KB
__init__.py 0B
line.py 3KB
boundingbox.py 3KB
path
__init__.py 26KB
representations
Nodelist.py 680B
GSPath.py 448B
__init__.py 0B
fontparts.py 1KB
Segment.py 3KB
geometricshapes.py 2KB
point.py 5KB
quadraticbezier.py 3KB
genindex.html 17KB
.gitignore 199B
objects.inv 867B
_static
underscore-1.3.1.js 34KB
basic.css 11KB
custom.css 42B
comment-close.png 829B
up.png 203B
jquery-3.2.1.js 262KB
documentation_options.js 11KB
minus.png 90B
pygments.css 5KB
down-pressed.png 222B
jquery.js 85KB
comment.png 641B
alabaster.css 11KB
file.png 286B
plus.png 90B
searchtools.js 15KB
underscore.js 12KB
websupport.js 25KB
up-pressed.png 214B
doctools.js 9KB
ajax-loader.gif 673B
down.png 202B
comment-bright.png 756B
共 98 条
- 1
资源评论
西西里上尉
- 粉丝: 26
- 资源: 4667
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 一组快速入门示例,演示了适用于 Android 和 iOS 的 Google API.zip
- 一款简单但有效的 Go 网站迷你分析器.zip
- 一个线程安全的并发映射.zip
- 一个用于与任意 JSON 交互的 Go 包.zip
- 一个用于 go 的 cron 库.zip
- 基于BJUI + Spring MVC + Spring + Mybatis框架的办公自动化系统设计源码
- 基于百度地图的Java+HTML+JavaScript+CSS高速公路设备管理系统设计源码
- 基于Django Web框架的母婴商城实践项目设计源码
- 一个使用 Go 编程语言和 WebAssembly 构建渐进式 Web 应用程序的包 .zip
- 基于Python桌面画笔的自动画图设计源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功