搜索资源列表
Bezier绘制
- 计算机图形学中很重要的曲线,采用vc编程,实现了最多10个控制点的bezier曲线的绘制,稍作修改可实现更多的控制点-very important curve, using vc programming, achieving up to 10 control points bezier curve drawing and make some changes to achieve more control point
MyCurve
- 用vc实现的三次bezier曲线的画法,可以任意选择控制点-vc used to achieve the three bezier curves of paint can be arbitrarily chosen control point
bezier
- 利用程序设计语言绘制三次bezier曲线 并且给出图形-Programming language to use Bezier curves drawn three times and gives graphical
Bezier
- 在VC++环境下绘制BEZIER曲线,控制点给出后,BEZIER曲线生成。-In VC++ Environment mapping Bezier curve, control points are given after, BEZIER generated curve.
Bezier
- 图形学中的Bezier曲线的MFC对话框实现-Graphics Bezier curve realize MFC dialog
Bezier
- 一个简单的绘制贝塞尔曲线的程序,任意在绘图区给出三点,可以绘制一条贝塞尔曲线-A simple drawing program Bezier curves, arbitrary in drawing the district are given three points, you can draw a Bezier curve
Bezier
- 用图形学算法绘制Bezier曲线,可以用鼠标拖动Bezier曲线的控制顶点来动态地改变Bezier曲线的形状。-Graphics rendering algorithm using Bezier curves, you can use the mouse to drag Bezier curve control points to dynamically change the shape of Bezier curves.
bezier
- 4个控制点P0、P1、P2、P3连成的折线多边形称为特征多边形,Bezier曲线的形状是由这个多边形的各个顶点的位置确定的,特征多边形的形状改变,则曲线的形状也就随之改变。-Four control points P0, P1, P2, P3 even into the broken line polygon called the characteristics of polygons, Bezier curves is the sha
BezierCurve_OGL
- Opengl绘制Bezier 曲线,并且可以控制一个小球在曲线上运动。-Draw Bezier Curve with Opengl