搜索资源列表
我的图形学
- 二维图形的几何转换,首先通过屏幕上任意四点绘制通过四点的曲线,再通过平移,旋转缩放等实现一些简单算法-2D geometry conversion, first through the screen drawing arbitrary 4:00 through 4:00 curve, and through translation, rotation scaling algorithm to achieve some simple
平移对称旋转缩放算法
- 计算机图形学中的平移,对称,旋转,缩放变化。-of computer graphics translation, symmetric, rotate, zoom changes.
cDRAW
- 图形变换,完成计算机图形学的评议旋转比例缩放等功能 程序还需完善 大家一起修改
开源矢量绘图控件源码
- 一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的。 VB6本身对于绘图的支持是非常弱的,因此一般直接通过其内置方法实现的绘图效率都成很大的问题。解决方法之一是采用Windows API来进行底层GDI的绘制,更好的方法是采用GDI+来绘图,这样效果会更好。
图形学实验代码
- 中点画圆,椭圆,双曲线,2算法画线平移,旋转,缩放,对称
computergraphics
- 计算机图形学作业,包含画直线的三种算法,画圆和椭圆的算法,以及区域填充,剪裁和平移,缩放,旋转等操作。-Computer graphics operations, including painting a straight line of three algorithms, the algorithm for circle and oval, as well as the regional filling, crop and pan, zoom, rotate and so on.
tu_xing
- 计算机图形学实验利用Java 3D或者OpenGl图形库,用C语言或JAVA语言编写一个简单的图形动画交互程序,可以使用鼠标或者键盘控制图形的变化,如平移、旋转和缩放等-Experimental use of computer graphics, Java 3D or OpenGl graphics library, use the C language or JAVA language to write a simple interactive graphics animation progr
Ex_10
- 计算机图形学实验,对图形的旋转,缩放等操作-Computer graphics experiment
pro1
- 自己写的计算机图形学大作业,主要包含了多边形的绘制以及几何变换(移动、旋转、缩放、反射),可供参考。-Write a computer graphics major operations, mainly includes polygon rendering and geometric transformations (moving, rotating, scaling, reflection), for reference.
graphics
- 1)给出系统框架。 2)调用画点的函数,分别用DDA、中点Bresenham算法和改进Bresenham算法绘制直线和中点算法绘制直线、用不同的算法绘制圆和椭圆 ,并各自比较算法精度与效率的差别 。 3)实现二维图形的变换。(包括平移,放缩,旋转,错切以及复合变换) 4)运用所学的区域填充算法实现区域填充。 5)运用所学算法实现线段裁剪以及多边形裁剪(多边形裁剪为可选)。 6)自己实现其它附加以及需要完善的功能。 -1) give system framework.
gdi-7
- 图形学 包括基本的处理程序 如缩放评议旋转等-Graphics programmer
cgXZ2Dtrans
- 计算机图形学2D变换的例子,平移,旋转,缩放-Examples of computer graphics 2D transform
OpenGLWork2
- 计算机图形学作业,包含画直线的三种算法,画圆和椭圆的算法,以及区域填充,剪裁和平移,缩放,旋转等操作-Graphics operations
BigHomework1
- 计算机图形学:实现平面图形的绘制、平移,拉伸、缩放以及旋转-Computer graphics: realize the plane figure drawing, translation, stretching, scaling and rotation
performavco-hackground
- 计算机图形学课程设计 包括画基本图形并可实现平移 转置 缩放等功能,-Computer graphics curriculum design Including drawing basic shapes and pan transposed zoom functions can be realized,
Cylinder
- ?熟悉三维图形显示的基本流程 ?熟悉视图变换的设置 ?熟悉Windows环境下几何变换的设置与实现 ?熟悉光照的设置(lighting translate scale)