Giáo trình đồ họa - Lesson 7
lượt xem 9
download
Đường cong trong không gian 3D CURVE Đường cong - Curve Why use curves? Quỹ đạo chuyển động của 1 điểm trong không gian Đường cong biểu diễn Điểm -curve represents points: Điểm Biểu diễnvà kiểm soát đường cong -Points representand control-the curve.
Bình luận(0) Đăng nhập để gửi bình luận!
Nội dung Text: Giáo trình đồ họa - Lesson 7
- CNTT-DHBK Hanoi hunglt@it-hut.edu.vn Đường cong - Curve Đường cong trong không gian 3D CURVE Why use curves? Quỹ đạo chuyển động của 1 điểm trong không gian Đường cong biểu diễn Điểm -curve represents points: Điểm Biểu diễnvà kiểm soát đường cong -Points represent- and control-the curve. Cách tiếp cận này là cơ sở của lĩnh vực Computer Aided Geometric Design (CAGD). (c) SE/FIT/HUT 2002 2 (c) SE/FIT/HUT 2002 Phân loại Biểu diễn Đường cong Tường minh y=f(x) Trên cơ sở ràng buộc giữa điểm và đường trong cả ứng dụng khoa học và y = f(x), z = g(x) thiết kế ta co thể phân làm 2 loại: impossible to get multiple values for a single Xấp xỉ-Approximation - x • break curves like circles and ellipses into segments not invariant with rotation • rotation might require further segment Được ứng dụng trong mô hình hoá hình học breaking Nội suy-Interpolation problem with curves with vertical tangents • infinite slope is difficult to represent Không tường minh f(x,y)=0 - Implicit equations: f(x,y,z) = 0 equation may have more solutions than we Trong thiết kế nôi suy là cần thiết với các đối tượng nhưng không phù hợp want với các đối tượng có hình dáng bất kỳ "free form“. • circle: x² + y² = 1, half circle: ? problem to join curve segments together • difficult to determine if their tangent directions agree at their joint point 3 4 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 Đường cong tham biến Parametric Curves Biểu diễn các đường cong tham biến Parametric representation: We have seen the parametric form for a line: x = x0t + (1 − t ) x1 x = x(t), y = y(t), z = z(t) overcomes problems with explicit and implicit forms y = y0t + (1 − t ) y1 no geometric slopes (which may be infinite) parametric tangent vectors instead (never infinite) a curve is approximated by a piecewise polynomial curve z = z0t + (1 − t ) z1 Note that x, y and z are each given by an equation that Define a parameter space involves: 1D for curves 2D for surfaces The parameter t Define a mapping from parameter space to 3D points Some user specified control points, x0 and x1 A function that takes parameter values and gives back 3D points This is an example of a parametric curve The result is a parametric curve or surface Mapping F :t → (x, y, z) 0 1 t 5 6 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 1
- CNTT-DHBK Hanoi hunglt@it-hut.edu.vn Đường cong đa thức bậc ba Đường cong bậc 3 Phải đảm bảo là đường cong không gian với 3 trục toạ độ x, y, z x = a1 + b1u + c1u2 + d1u3 tránh được những tính toán phức tạp và những phần nhấp nhô ngoài ý y = a2 + b2u + c2u2 + d2u3 muốn xuất hiện ở những đường đa thức bậc cao z = a3 + b3u + c3u2 + d3u3 Why cubic? Với 3 điểm P0, P1, P2, P3 phương trình xác định P'1 p3 p2 P1 P'0 P1 P0 P0 7 8 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 Hermite Spline Đường cong Hermite p = p(u) = k0 + k1u + k2u2 + k3u3 A spline is a parametric curve defined by control points The term spline dates from engineering drawing, where a spline was a piece p(u) = ∑kiui i∈n of flexible wood used to draw smooth curves The control points are adjusted by the user to control the shape of the curve p0 và p1 ta có hai độ dốc p0’ và p1’ với u = 0 và u = 1 tại hai Phương pháp Hermite dựa trên cơ sở của cách biểu diễn Ferguson hay Coons năm 60 điểm đầu cuối của đoạn [0,1]. A Hermite spline is a curve for which the user provides: We have constraints: The endpoints of the curve The curve must pass through p0 when u=0 The parametric derivatives of the curve at the endpoints The derivative must be p’0 when u=0 • The parametric derivatives are dx/dt, dy/dt, dz/dt The curve must pass through p1 when u=1 That is enough to define a cubic Hermite spline, more derivatives are required The derivative must be p’1 when u=1 for higher order curves 9 10 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 Basis Functions A point on a Hermite curve is obtained by multiplying each control point by some function and summing Thay vào: The functions are called basis functions p = p(u) = p0(1-3u2+2u3) + p1(3u2-2u3) + p0’(u-2u2+u3) + p1’(-u2+u3) p = p(u) = [ 1 u u2 u3 ] 11 12 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 2
- CNTT-DHBK Hanoi hunglt@it-hut.edu.vn Đường cong Bezier Sử dụng điểm và các vector kiểm soát được độ dốc của đường po, p3 tương đương với p0, p1 trên đường Hermite. diểm trung cong tại nhưng điểm mà nó đi qua.(Hermit) gian p1, p2 được xác định bằng 1/3 theo độ dài của vector tiếp tuyến tại điểm po và p3 không được thuận lợi cho việc thiết kế tương tác, không tiếp cận vào các độ dốc của đường cong bằng các giá trị số (Hermite). p0’ = 3(p1 – p0) Paul Bezier, RENAULT, 1970 đường và bề mặt UNISURF p3’ = 3(p3 – p2) p = p(u) = p0(1-3u2+2u3) + p1(3u2-2u3) + p0’(u-2u2+u3) + p1’(- u 2 + u 3) p = p(u) = p0(1 - 3u + 3u2 - u3) + p1(3u-6u2-3u3) + p2(3u2 - 3u3) + p3u3 13 14 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 Biểu diễn Ma trận Ưu điểm 1.2 1 dễ dàng kiểm soát hi`nh dạng của đường cong hơn vector tiếp 0.8 B0 tuyến tại p0’ và p1’ của Hermite. B1 0.6 B2 Nằm trong đa giác kiểm soát với số điểm trung gian tuỳ ý( số B3 0.4 bậc tuỳ ý) 0.2 đi qua điểm đầu và điểm cuối của đa giác kiểm soát, tiếp xúc với 0 cặp hai vector của đầu cuối đó p0 1 0 0 0 p − 3 3 0 0 1 p2 p = p(u) = [ 1 u u2 u3 ] 3 − 6 3 0 − 1 3 − 3 p3 1 15 16 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 Example Bezier Curves Sub-Dividing Bezier Curves M12 P1 P2 M012 M0123 [UW] M123 M01 M23 P0 P3 17 18 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 3
- CNTT-DHBK Hanoi hunglt@it-hut.edu.vn Sub-Dividing Bezier Curves Sub-Dividing Bezier Curves P1 P2 Step 1: Find the midpoints of the lines joining the original control vertices. Call them M01, M12, M23 Step 2: Find the midpoints of the lines joining M01, M12 and M12, M23. Call them M012, M123 Step 3: Find the midpoint of the line joining M012, M123. Call it M0123 The curve with control points P0, M01, M012 and M0123 exactly follows the original curve from the point with t=0 to the point with t=0.5 The curve with control points M0123 , M123 , M23 and P3 exactly follows the original curve from the point with t=0.5 to the point with t=1 P0 P3 19 20 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 de Casteljau’s Algorithm Biểu thức Bezier-Bernstain You can find the point on a Bezier curve for any parameter value t with a similar Tổng quát hoá với n +1 điểm kiểm soát algorithm n p(u ) = ∑ Bi ,n (u ) pi Say you want t=0.25, instead of taking midpoints take points 0.25 of the way i =0 M12 P2 n P1 p′(u ) = n ∑ Bi ,n −1 (u )( pi +1 − Pi ) i =0 M23 Bi ,n (u ) = C ( n, i )u i (1 − u ) n −i t=0.25 p0 ... pn : vector vị trí của đa giác n+1 đỉnh M01 n! C( n, i) = P0 i! ( n − i)! P3 21 22 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 Review: Tính chất Bézier Curve Prop’s [1/6] We looked at some properties of Bézier curves. P0 và Pn nằm trên đường cong. Generally “Good” Properties Đường cong liên tục và có đạo hàm liên tục tất cả các bậc Endpoint Interpolation Tiếp tuyến của đường cong tại điểm P0 là đường P0P1 và tại Smooth Joining Pn là đường Pn-1Pn . Affine Invariance Đường cong nằm trong đường bao lồi convex hull của các Convex-Hull Property Generally “Bad” Properties điểm kiểm soát. Not Interpolating This is because each successive Pi(j) is a convex No Local Control combination of the points Pi(j-1) and Pi-1(j-1) . P1 ,P2 , … ,Pn-1 nằm trên đường cong khi và chỉ khi đường cong là đoạn thẳng. 23 24 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 4
- CNTT-DHBK Hanoi hunglt@it-hut.edu.vn Problem with Bezier Curves Invariance Translational invariance means that translating the control points and then To make a long continuous curve with Bezier segments evaluating the curve is the same as evaluating and then translating the curve requires using many segments Rotational invariance means that rotating the control points and then evaluating the curve is the same as evaluating and then rotating the curve Maintaining continuity requires constraints on the control These properties are essential for parametric curves used in graphics point positions It is easy to prove that Bezier curves, Hermite curves and everything else we will study are translation and rotation invariant The user cannot arbitrarily move control vertices and automatically Some forms of curves, rational splines, are also perspective invariant maintain continuity Can do perspective transform of control points and then evaluate the curve The constraints must be explicitly maintained It is not intuitive to have control points that are not free 25 26 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 Longer Curves Piecewise Bezier Curve A single cubic Bezier or Hermite curve can only capture a small class of curves P0,1 P0,2 At most 2 inflection points One solution is to raise the degree “knot” Allows more control, at the expense of more control points and higher degree polynomials P0,0 P1,3 Control is not local, one control point influences entire curve P0,3 Alternate, most common solution is to join pieces of cubic curve together into P1,0 piecewise cubic curves Total curve can be broken into pieces, each of which is cubic P1,2 Local control: Each control point only influences a limited part of the curve P1,1 Interaction and design is much easier 27 28 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 Continuity Đường bậc ba Spline When two curves are joined, we typically want some degree of continuity Spline đi qua n điểm cho trước mà mỗi đoạn là đường bậc ba across the boundary (the knot) độc lập có độ dốc và độ cong liên tục tại mỗi điểm kiểm soát C0, “C-zero”, point-wise continuous, curves share the same point where they join hay điểm nút C1, “C-one”, continuous derivatives, curves share the same parametric Với n điểm:n-1 đoạn với mỗi đoạn 4 vector hệ số 4(n-1) cho derivatives where they join C2, “C-two”, continuous second derivatives, curves share the same parametric n-1 đoạn, và 2(n-1) điều kiện biên và n-2 điều kiện về độ dốc second derivatives where they join cùng n-2 về độ cong Higher orders possible Question: How do we ensure that two Hermite curves are C1 across a Spline dùng để chỉ phương pháp biểu diễn đường cong mềm knot? thông qua các đoạn cong tham biến bậc ba với các điều kiện Question: How do we ensure that two Bezier curves are C0, or C1, or C2 across a knot? liên tục tại các điểm đầu nút 29 30 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 5
- CNTT-DHBK Hanoi hunglt@it-hut.edu.vn Đường cong bậc ba Achieving Continuity Spline For Hermite curves, the user specifies the derivatives, so C1 is achieved u0 = 0 với : (u0 ... un-1) uj+1 > uj simply by sharing points and derivatives across the knot ui+1 = ui + di+1 For Bezier curves: C0 để không có sự gián đoạn giữa hai đoạn cong. They interpolate their endpoints, so C0 is achieved by sharing control points C1 tính liên tục bậc nhất hay đạo hàm bậc nhất tại điểm nối. The parametric derivative is a constant multiple of the vector joining the C2 đạo hàm bậc hai liên tục của đường cong tại điểm nối first/last 2 control points So C1 is achieved by setting P0,3=P1,0=J, and making P0,2 and J and P1,1 collinear, with J-P0,2=P1,1-J C2 comes from further constraints on P0,1 and P1,2 31 32 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 Bezier Continuity B-splines B-splines automatically take care of continuity, with exactly one control P0,1 P0,2 vertex per curve segment Many types of B-splines: degree may be different (linear, quadratic, P0,0 cubic,…) and they may be uniform or non-uniform P1,3 J We will only look closely at uniform B-splines With uniform B-splines, continuity is always one degree lower than the degree of each curve piece P1,2 Linear B-splines have C0 continuity, cubic have C2, etc P1,1 Disclaimer: PowerPoint curves are not Bezier curves, they are interpolating piecewise quadratic curves! This diagram is an approximation. 33 34 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 B-Splines: Đường cong B-spline The Idea [1/2] The repeated-lirping idea that produced the Bézier curves has the Đường cong B-spline là đường cong được sinh ra từ đa giác drawbacks that is produces polynomials with high degree that are nonzero kiểm soát mà bậc của nó không phụ thuộc vào số đỉnh của đa almost everywhere. giác kiểm soát. Using functions defined in pieces, we can fix these two. Start: An order-1 B-Spline has blending functions that are always either 1 or 0. When a function is 1, all the rest are zero. So an order-1 B-spline is just a sequence of points. Any number of control points may be used. Now we make higher-order B-splines using a repeated-lirping procedure. But this time, we can use any number of control points. 35 36 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 6
- CNTT-DHBK Hanoi hunglt@it-hut.edu.vn B-Splines: B-Splines The Idea [2/2] We form an order-2 B-Spline by lirping between the order-1 blending functions. As discussed, we get functions that start at 0, ramp up to 1 and back down, then stay at Types of B-Splines Approximation Curves Used zero. Each function is 0 most of the time. So each blending function is defined in pieces. Each piece is a polynomial of degree 1 B-Spline approximations can be classified based on the (graph is a line). spacing of the knot vector and the use of weights. So an order-2 B-spline is just the control polygon. 1. Uniform/Periodic B-splines : The spacing is Again, any number of control points may be used. unform and the knots (control points) are equispaced e.g. We form an order-3 B-Spline by lirping between the order-2 blending functions. [0,1,2,3,4,5] These have satisfactory smoothness but lack Now blending functions are smooth. They start at 0, curve up to 1 then back down. local control and the starting and ending poits are ill Again, each function is 0 most of the time. defined as above. Again, each blending function is defined in pieces. Each piece is a polynomial of 2. Non-periodic: The knots are repeated at the ends m degree 2. times and the interior is equispaced. e.g. [0 0 0 1 2 3 3 3 We continue this repeated-lirping procedure to define B-splines of higher order. ] These can be used to force the control point to start See the blue book for details and graphs. and finish at a control point. 3. Non-uniform B-Splines : The spacing is non- uniform and or repeated knots e.g. [0 1 1 2 4 5 6 6 ] These can be used to obtain local control 37 38 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 Ví dụ: Uniform Cubic B-spline on [0,1] Basis Functions on [0,1] Four control points are required to define the curve for 0≤t
- CNTT-DHBK Hanoi hunglt@it-hut.edu.vn Using Uniform B-splines Uniform Cubic B-spline Blending Functions At any point t along a piecewise uniform cubic B-spline, there B0,4 B1,4 B2,4 B3,4 B4,4 B5,4 B6,4 are four non-zero blending functions 0.7 0.6 Each of these blending functions is a translation of B0,4 0.5 Consider the interval 0≤t
- CNTT-DHBK Hanoi hunglt@it-hut.edu.vn Bk,1 Bk,2 B 0,2 B 1,1 B 0,1 B 1,2 1.2 1.2 1.2 1.2 1 1 1 1 0.8 0.8 0.8 B 1 ,1 ( t ) 0.8 B0,1(t) 0.6 0.6 B0,2(t) B1,2(t) 0.6 0.6 0.4 0.4 0.2 0.4 0.4 0.2 0 0.2 0.2 0 0 1 -3 -2 -1 -3 -2.8 -2.6 -2.4 -2.2 -2 -1.8 -1.6 -1.4 -1.2 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 0.2 0 .4 0.6 0.8 .8 .6 .4 .2 .8 .6 .4 .2 .8 .6 .4 .2 -2 -2 -2 -2 -1 -1 -1 -1 -0 -0 -0 -0 0 0 t t -3 -2.8 -2.6 -2.4 -2.2 -2 -1.8 -1.6 -1.4 -1.2 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 -3 -2.8 -2.6 -2.4 -2.2 -2 -1.8 -1.6 -1.4 -1.2 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 t t B 2,2 B 3,1 B 2,1 1.2 t + 3 − 3 ≤ t < −2 1.2 1.2 1 1 1 B0, 2 (t ) = 0.8 0.8 0.8 B 2,2(t) B 3 ,1 ( t ) B 2 ,1 ( t ) −1− t − 2 ≤ t < −1 0.6 0.6 0.6 0.4 0.4 0.4 0.2 0.2 0.2 0 0 0 0 1 -3 -2 -1 0 1 0.2 0.4 0.6 0.8 -3 -2 -1 .8 .6 .4 .2 .8 .6 .4 .2 .8 .6 .4 .2 0 .2 0 .4 0.6 0.8 .8 .6 .4 .2 .8 .6 .4 .2 .8 .6 .4 .2 -2 -2 -2 -2 -1 -1 -1 -1 -0 -0 -0 -0 -2 -2 -2 -2 -1 -1 -1 -1 -0 -0 -0 -0 -3 -2.8 -2.6 -2.4 -2.2 -2 -1.8 -1.6 -1.4 -1.2 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 t t t 49 50 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 Bk,3 B0,4 B 0,4 B 0,3 B 1,3 0.8 0.8 0.7 0.7 0.7 0.6 0.6 0.6 0.5 0.5 B 1 , 3 (t) B0,3(t) 0.4 0.4 0.5 0.3 0.3 0.2 B 0,4(t) 0.4 0.2 0.1 0.1 0 0.3 0 -3 -2.8 -2.6 -2.4 -2.2 -2 -1.8 -1.6 -1.4 -1.2 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 0 1 -3 -2 -1 2 4 6 8 .8 .6 .4 .2 .8 .6 .4 .2 .8 .6 .4 .2 0. 0. 0. 0. -2 -2 -2 -2 -1 -1 -1 -1 -0 -0 -0 -0 0.2 t t 0.1 (t + 3) 2 − 3 ≤ t < −2 0 1 -3 -2.8 -2.6 -2.4 -2.2 -2 -1.8 -1.6 -1.4 -1.2 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 B0, 3 (t ) = − 2t 2 − 6t − 3 − 2 ≤ t < −1 2 2 t −1 ≤ t < 0 t 51 52 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 B0,4 B Spline - Đều và tuần hoàn (t + 3)3 − 3 ≤ t < −2 Vecto nút là đều khi giá trị của chúng cách đều nhau một khoảng ∇ xác định. Trong các bài toán thực tế, vecto nút đều 1 − 3t 3 − 15t 2 − 21t − 5 − 2 ≤ t < −1 B0, 4 (t ) = 3 được bắt đầu từ 0 và tăng 1 cho đến giá trị lớn nhất 6 3t + 3t 2 − 3t + 1 −1 ≤ t < 0 Ví dụ: [ 0 1 2 3 4 5 ] với ∇ xác định = 1 (1 − t )3 0 ≤ t
- CNTT-DHBK Hanoi hunglt@it-hut.edu.vn Không tuần hoàn B-Splines: Open – Non Uniform Properties The most used B-splines are: Một vector không tuần hoàn hoặc mở là Cấp số lượng nút (m Vector nút Order 3 (“quadratic B-splines”). vector nút có giá trị nút tại các điểm đầu k = n + k) không tuần • Smooth. cuối lặp lại với số lượng các giá trị lặp hoàn Order 4 (“cubic B-splines”). lại này bằng chính cấp k của đường cong 2 6 [0 0 1 2 3 3] • Smoother, but control is a little less local. và các giá trị nút trong mỗi điểm lặp này B-splines have the following properties. là bằng nhau An order-k B-spline has blending functions that are defined in pieces, using 3 7 [0 0 0 1 2 2 2] polynomials of degree k–1. Nếu một trong hai điều kiện này hoặc cả hai • This is true for any number of control points. We can choose the number of control points and điều kiện không được thoả mãn thì vecto nút the polynomial degree separately. ☺ là không đều. 4 8 [0 0 0 0 1 1 1 1] B-splines are affine invariant (of course). Cách tính Ui They have the convex-hull property. ☺ They have local control. ☺ Ui = 0 1=
- CNTT-DHBK Hanoi hunglt@it-hut.edu.vn Other Splines: Non-uniform Rational B-Splines(NURBS) NURBS, etc. There are any number of other types of splines. The last 3 types are good for representing free form curves but also introduce unnecessary approximations in the representation of conic sections. NURBS build on Often we want a very general type of curve that will do whatever we want. non-uniform B-Splines and introduce a weight function to obtain an approximation One such type of curve that has been very successful is the NURBS. that retains all the advantages of the non-uniform B-Splines and is also capable of NURBS = Non-Uniform Rational B-Spline. exact representation of conic sections (circles, parabolas etc.).The general form is A NURBS is defined using rational functions. given below: • A rational function is a polynomial divided by a polynomial. Control points can be given weights, so some are more important than others. NURBS curves (and surfaces) are built into GLU, but can be rather complex to use. One important issue when defining curves and surfaces: In advanced rendering the technique of ray tracing is often used. In ray tracing, we determine the color of a pixel by tracing a ray of light backward from the viewer’s eye, through the pixel, and we see where the ray came from. The curve is described as rational since it is expressed as the ratio of two In order to do ray tracing efficiently, we must be able to test quickly whether a polynomials. wi defines a weight function. If wi is set to 1 we get back the non- particular ray hits a particular object and, if so, where. uniform B-Spline. Other values of the wi can be used to produce curves for straight Types of surfaces in which this test can be done quickly will be more useful in 3-D line, parabola, ellipse and hyperbola. graphics. 61 62 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 Tính chất cả đường cong đa thức How to Choose a Spline Tham biến – parametric sử dụng tham biến ngoài để biểu diễn cho các Hermite curves are good for single segments where you know the tham biến trong parametric derivative or want easy control of it Độ mượt - smooth. Với đường cong Hermite and Bézier tính liên tục Bezier curves are good for single segments or patches where a user continuity của đường cong hay đạo hàm bậc 1-first derivative tại các điểm controls the points kiểm soát-control point. Với B-splines tính liên tục trên đạo hàm bậc 2 B-splines are good for large continuous curves and surfaces second derivative hay độ cong được đảm bảo curvature. NURBS are the most general, and are good when that generality is useful, Độ biến đổi -"variation diminishing." đường cong ít bị khuếch đại sai or when conic sections must be accurately represented (CAD) số bởi các điểm kiểm soát hay tính nhấp nhô của đường cong hạn chế - oscillate. Ví dụ Bézier curve, for instance, lies within the convex hull (polygon envelope) of the set of control points. Điêm kiểm soát cục bộ-local control. đường cong bị ảnh hưởng mạnh nhất với chính các điểm kiểm soát gần chúng nhất. 63 64 (c) SE/FIT/HUT 2002 (c) SE/FIT/HUT 2002 11
CÓ THỂ BẠN MUỐN DOWNLOAD
-
Giáo trình môn Matlab
204 p | 607 | 312
-
Giáo trình inventor 2011 - Chương 7 các phần tử thiết kế
7 p | 436 | 275
-
Adobe Illustrator CS2 - Bài 7
5 p | 255 | 153
-
Giáo trình auto CAD part 7
34 p | 235 | 76
-
Giáo trình CorelDraw - Bài 7
2 p | 142 | 67
-
Giáo trình Autocad 2004 - Chương 7
16 p | 139 | 61
-
Giáo trình Cad 2D_Chương 7
2 p | 162 | 52
-
GIÁO TRÌNH MATLAB CĂN BẢN - CHƯƠNG 7
11 p | 167 | 39
-
Đồ hoạ máy tính - Chương 7
34 p | 185 | 23
-
Giáo trình Đồ họa Máy tính - TS. Nguyễn Đức Cường
25 p | 128 | 16
-
Giáo trình mô đun Đồ họa ứng dụng (Nghề Kỹ thuật lắp ráp và sửa chữa máy tính - Trình độ trung cấp) – CĐ Kỹ thuật Công nghệ BR–VT
88 p | 41 | 7
-
quá trình hình thành giáo trình motion presets để tạo ảnh động theo phương pháp shape tween p9
5 p | 84 | 7
-
quá trình hình thành giáo trình sử dụng classic tween làm trò bập bênh trong photoshop p3
5 p | 54 | 7
-
quá trình hình thành giáo trình sử dụng classic tween làm trò bập bênh trong photoshop p10
5 p | 50 | 7
-
Giáo trình Đồ họa máy tính: Phần 2 - Bùi Thế Duy
126 p | 29 | 6
-
những giáo trình tìm hiểu về polystart tool shape hint trong flash p2
5 p | 56 | 4
-
Bài giảng Bài 7: Cải tiến chương trình đồ họa liệt kê các số nguyên tố
15 p | 66 | 3
-
Giáo trình Adobe Ilustrator (Ngành/Nghề: Thiết kế đồ hoạ - Trình độ: Cao đẳng) - Trường Cao đẳng Công nghệ TP. HCM
76 p | 8 | 3
Chịu trách nhiệm nội dung:
Nguyễn Công Hà - Giám đốc Công ty TNHH TÀI LIỆU TRỰC TUYẾN VI NA
LIÊN HỆ
Địa chỉ: P402, 54A Nơ Trang Long, Phường 14, Q.Bình Thạnh, TP.HCM
Hotline: 093 303 0098
Email: support@tailieu.vn