Welcome![Sign In][Sign Up]
Location:
Search - polygon

Search list

[Special Effectstu

Description: 对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等 -Of computer graphics programming practice, including painting a straight line, anti-aliased line, circle, drawing an oval, rectangular painting, painting polygon, rectangle fill, polygon fill, 3D transformation, light, texture, etc.
Platform: | Size: 416768 | Author: 婷婷 | Hits:

[Graph DrawingDraw

Description: 实现一个画图程序。要求能够画直线,圆弧,椭圆弧,多边形,能够自定义颜色。对多边形、椭圆和圆能够进行填充。并能实现Undo/Redo(一步即可)。要求结果可以存盘,但不必存成图片文件。-The realization of a Paint program. Requirements can draw a straight line, arc, elliptical arc, polygon, to custom colors. For polygon, ellipse and circle can be filled. And can realize Undo/Redo (step to). Save results can be requested, but need not be saved as image files.
Platform: | Size: 1993728 | Author: leo | Hits:

[Special EffectsGraphicsjsjtuxingxue

Description: Graphics,操作;可以实现简单的多边形平移,裁剪,旋转。 对于学计算机图形学的朋友们有很大的好处。 希望大家能够受益。-Graphics, operation can realize a simple polygon translation, cropping, rotating. The computer graphics school friends have a lot of benefits. I hope everyone will be benefited.
Platform: | Size: 7615488 | Author: | Hits:

[Graph programpolygonclip

Description: 这是多边形裁剪的程序,是计算机图形学的经典算法。 -This is a polygon cutting procedure is a classic computer graphics algorithms.
Platform: | Size: 39936 | Author: 何会珍 | Hits:

[Graph programpolygonintersect

Description: 这是关于两个多边形求交的程序,是计算机图形学中的经典算法。 -This is the intersection of two polygon procedure is a classic computer graphics algorithms.
Platform: | Size: 48128 | Author: 何会珍 | Hits:

[Embeded LinuxFramebuffer

Description: Framebuffer中画点,画线,画多边形,画圆,画抛物线的实现函数-Framebuffer in the painting, the painted line, drawn polygon, circle, parabola painting realize the function
Platform: | Size: 2048 | Author: wzc | Hits:

[2D GraphicPolygonClipping

Description: 本源码在VC下实现,其功能是在固定的矩形下用点输入法绘制多边形,再进行裁剪,裁剪部分用蓝笔画出-The source code in VC to achieve its function is in the next rectangular fixed-point input method with polygon drawing and then cutting, cutting out some blue paint
Platform: | Size: 1960960 | Author: 某某人 | Hits:

[GDI-BitmapDuoBianxing

Description: 多边形的填充算法,能够实现多边形的各种颜色的填充。-Polygon filling algorithm that can realize a variety of colors polygon filling.
Platform: | Size: 34816 | Author: 侯颖超 | Hits:

[CSharpmianjideng

Description: C#编程 求多边形面积、周长、重心 大学课程设计成果,想要的-C# Programming for polygon area, perimeter, the focus of the University of curriculum design results, the desired
Platform: | Size: 36864 | Author: 姜帆 | Hits:

[Graph programfill_in

Description: 使用VC++实现区域填充,使用鼠标绘制多边形,选择填充颜色,即可实现填充.原代码编写参考<计算机图象学>相关教材,具有一定的参考价值.-Use VC++ Realize regional filling, rendering polygon using the mouse, select the fill color, you can fill realize. Preparation of the original code reference
Platform: | Size: 30720 | Author: 卓雅 | Hits:

[2D Graphicinpoly

Description: This code is described in "Computational Geometry in C" (Second Edition), Chapter 7. It is not written to be comprehensible without the explanation in that book. This program reads a polygon P followed by query points from stdin. The input format is: n x0 y0 x1 y1 ... xn-1 yn-1 qx qy qx qy qx qy ... For each query point q, InPoly returns one of four char s: i : q is strictly interior to P o : q is strictly exterior to P v : q is a vertex of P e : q lies on the relative interior of an edge of P These represent mutually exclusive categories. For an explanation of the code, see Chapter 7 of "Computational Geometry in C (Second Edition)."
Platform: | Size: 3072 | Author: fds | Hits:

[OpenGL programOpenGLexample

Description: 通过OpenGL函数在视图区绘制茶壶,球何多边形,并可以设置体显示模式(点,线,实体),同时可以设置光照,阴影,反走样何改变颜色和几何变换,不愧是一个好例子。-Through the OpenGL functions in the view area map teapot, the ball Ho polygon, and can set the Display mode (point, line, entities), at the same time can be set as light, shadow, anti-aliasing Ho to change colors and geometric transformations are worthy of being called a good example.
Platform: | Size: 66560 | Author: huangzhong | Hits:

[OpenGL programpolygonfilling

Description: 多边形填充算法的实现程序源码,在VisualC++环境下,用opengl完成的!-Polygon Filling Algorithm procedures realize the source, in the VisualC environment, using opengl completed!
Platform: | Size: 204800 | Author: 郑永宏 | Hits:

[Special EffectsFieldFill

Description: 运用多边形扫描算法和种子填充算法实现区域填充-The use of polygon scan algorithm and seed fill algorithm to achieve regional filling
Platform: | Size: 293888 | Author: Mary | Hits:

[Special Effectstubao

Description: 这是一个凸包的程序,许多点,找几个点把所有的点都包起来,就像凸多边形一样。-This is a convex hull of the procedure, a number of points, find a few points all the points are wrapped, as the same convex polygon.
Platform: | Size: 1024 | Author: 余亮 | Hits:

[OpenGL programgraph03-2

Description: OpenGL 中填充多边形的算法代码 易看懂-OpenGL polygon filling algorithm code easy to understand
Platform: | Size: 224256 | Author: dcj | Hits:

[Graph Drawinggraphic2

Description: 包含计算机图形学里的一些基本的画圆,多边形,变换,裁剪等演示(仅仅是演示),功能不咋的,需要改进.-Includes computer graphics, some basic drawcircle, polygon, transformation, cutting demos, etc. (just a demo), function yesterday, and needs to be improved.
Platform: | Size: 68608 | Author: shaochan | Hits:

[Graph programsaomiaomfc

Description: mfc下实现的图形学多边形扫描转化填充的算法,同学做的,借鉴。-mfc under the graphics filled polygon scan conversion algorithm, the students make, and learn from.
Platform: | Size: 1024 | Author: shadowsd | Hits:

[Graph Drawingnhm

Description: 一个画图程序。图形学里有用到。裁剪多边形算法-A drawing program. Useful to the graphics in. Polygon Clipping Algorithm
Platform: | Size: 2387968 | Author: 啊菜 | Hits:

[Special EffectsMyDrawing

Description: 简单画图程序,可以画直线、圆、曲线、多边形-A simple drawing program, you can draw a straight line, circle, curve, polygon
Platform: | Size: 2324480 | Author: Jarome | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net