搜索资源列表
二维图形变换
- 包含了二维图形的几何变换算法,比例变换,对称变换-2d image geometry transform algrithm.proportion and symmetry transform.
二维图形的几何变换
- 学习图形学的学生必做的一道题目,实现所画直线关于原点对称、X轴对称、平移、放大缩小,有点借鉴意义-students learning graphics will do a topic, realize the painting straight on the basics of symmetry, the X axis of symmetry, translation, zooming, somewhat useful
Cprograms
- 中南大学C语言程序设计实习 1 实验一:C语言图形模式的设置 2 实习二:一元函数的图形绘制 3 实习三:二维图形的几何变换 4 实习四:非线性方程求根的二分法 5 实习五:非线性方程求根的牛顿法 6 实习六:数值积分的矩形法和梯形法 7 实习八:级数求和问题 8 实习九:曲线拟合 9 实习十一:解线性方程组的Gauss消元法 10 实习十四:解线性方程组的Jacobi迭代法 11 实习十六:空间曲面和曲线的绘
二维图形的几何变换算法
- 二维几何变换,包含了二维图形的几何变换算法,比例变换,对称变换的算法,希望大家之间交流-transform two-dimensional geometry, two-dimensional graphics contains the geometric algorithm, the ratio transformation, the transformation symmetric algorithm, We hope that the exchanges between the
几何变换
- 南京信息工程大学 实验(实习)报告 实验目的:练习图形几何变换的算法及实现 实验内容:给定多边形P的控制点为:{{-3,5},{-3,2},{2,-2},{2,1}, {6,2},{2,6}},对该多边形进行二维几何变换并画出变换后的图形。 实验要求: 1、 试将坐标原点移动到多边形P的重心; 2、 将多边形P绕(2,-2)点顺时针旋转60度; 3、 将多边形P分别向x方向错切2倍,向y方向错切1/2倍; 4、 撰写实验报告并附上所用变换矩阵、程序和结果。
028991-01
- 计算机图形学(computer graphics, CG)是研究如何利用计算机算法来生成、处理和显示图形的一门学科,主要的算法原理包括基于光栅扫描显示器的基本图形的扫描转换原理;基于齐次坐标的二维、三维变换矩阵的几何变换原理;基于几何造型的自由曲线、曲面的生成原理;基于分形几何学的分数维造型原理;基于像空间和物空间的三维实体动态消隐原理;基于颜色模型、光照模型和纹理映射技术的真实感图形显示原理。-Computer Graphics (computer graphics, CG) is to st
erweijibenjihebianhuansuanfa
- 计算机图形学中用c++实现的二维基本几何变换算法-Computer graphics using c++ implementation of the basic geometric transformations of two-dimensional algorithm
change
- 这是一个完整的二维图形几何变换,先作多边形,再对其进行平移、放缩等-This is a complete two-dimensional graphics geometric transformation, polygons first, and then their translation, zoom, etc.
5
- 本章讲述了各种图形学中的几何变换,包括一维和二维的旋转,平移以及缩放,对各种几何变换都具有详细的思想描述,算法描述和举例,以及其他相关的内容,简单实用-This chapter describes a variety of geometric transformations in graphics, including the one-dimensional and two-dimensional rotation, translation and scaling of various geom
9927406zijide
- 常见的几何图形(二维图形)都是由点、直线和圆组成,而平面上的点和直线都可用矢量进行表示,如果假设几何图形中不包含圆,那么一个无论多么复杂的几何图形都可用矢量表示并存储,且图形上的几何变换都可通过矢量上的变换得以实现。-A common geometry (two-dimensional graphics) by points, lines and circular form, while the plane of the points and straight lines are availab
geometrictransform
- 计算机图形学中的常用的二维基本几何变换算法的VC++代码-Commonly used in computer graphics in two-dimensional basic geometric transformation algorithm VC++ code
graphics-geometric-transformation
- 二维图形几何变换的实现,MFC,平移、比例、对称、旋转等-The realization of two-dimensional graphics geometric transformation, MFC, translation, proportion, symmetry, rotation, etc.
chenkengtx
- 二维图形几何变换,包括旋转,平移,翻转,屏幕坐标与实际坐标转化-Two-dimensional graphics geometric transformation
2D-graphics-geometric-transformation
- 二维图形几何变换,用于实现图形的几何变换,如平移等-2D graphics geometric transformation
7
- 二维图形 几何变换 包括 相似选装 平移-Two-dimensional graphics geometric transformation include the option of similar translation
Bezier-curve-algorithm
- 二维基本几何变换算法,根据已经画定的图形就行旋转、平移、缩放等变换!-Two dimensional basic geometry transform algorithm
two-dimensional-transformation
- 研究生计算机图形学编程,MFC编程,二维图形几何变换。-Graduate computer graphics programming, MFC programming, two-dimensional graphics, geometric transformation.
案例11-二维图形几何变换算法
- 计算机图形学里的二维图形几何变换,所用软件为C++(Geometric transformation of two-dimensional graphics)
J1401160338~王利吉 几何变换 图形学
- 使用mfc编写的计算机图形学实现画直线画圆画椭圆,二维三维几何变换代码(Using computer graphics compiled by MFC to realize drawing straight line, drawing circle and ellipse, two-dimensional and three-dimensional geometric transformation code)