Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

The Tangent Vector - Computer Graphics - Lecture Slides, Slides of Computer Graphics

The Tangent Vector, Elementary calculus, Boundary conditions, Cubic Hermite interpolation, Cubic and quadratic polynomials, Boundary conditions, Polynomial coefficients terms are which we learned in this lecture.

Typology: Slides

2011/2012

Uploaded on 11/09/2012

bacha
bacha 🇮🇳

4.3

(41)

215 documents

1 / 48

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Computer
Graphics
Lecture 37
Docsity.com
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30

Partial preview of the text

Download The Tangent Vector - Computer Graphics - Lecture Slides and more Slides Computer Graphics in PDF only on Docsity!

Computer

Graphics

Lecture 37

CURVES III

  • Another way to define a space curve does not use intermediate points. It uses the tangents at each end of a curve, instead
  • Every point on a curve has a straight line associated with it called the tangent line, which is related to the first derivation of the Parametric functions x(u), y(u), and z(u)
  • From elementary calculus, we can compute, for example,

Equation (2)

( ) dx ( ) u^ du

dy u du
du
dy

Equation (3)

  =  z u k du

y u j d du

x u i d du

P u u d

  • Or more simply as

P u^ =^ [ x^ u yu zu ]

Equation (4)

  • We will still use the two end points, but instead of two intermediate points, we will use the tangent vectors at each end to supply the information we need to define a curve
  • By manipulating these tangent vectors, we can control the slope at each end. The set of vectors , ,, and are called the boundary conditions
  • We differentiate to obtain the x component of the tangent vector:

Equation (5)

dx^ ( ) u^ xu^ axu bxu cx du

d = = 3 2 + 2 +

Equation (1A)

x ( ) u = ax u^3 + bxu^2 + cxu + d x

  • Evaluating (1A) and Equation 5 at u = 0, u = 1, yields