• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
Front

How to study your flashcards.

Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key

Up/Down arrow keys: Flip the card between the front and back.down keyup key

H key: Show hint (3rd side).h key

image

PLAY BUTTON

image

PLAY BUTTON

image

Progress

1/7

Click to flip

7 Cards in this Set

  • Front
  • Back
What is a spline?
piecewise polynomial function
What do the Knots of a spline delineate?
delineate break points between polynomial pieces
What is enforced between the pieces of a spline?
Some level of continuity
How can a spline be represented in bezier form?
By connecting bezier pieces where the pieces in the spline were split by the knots
NURBS
Knotcount =
order =
non-uniform rational b-spline
order + num control points
degree + 1
What does affine invariance mean?

Give an example.
It means that the application of transforms onto the control points results in the same thing as application onto the vertices.

Bezier curves are an example of this.
Why are bezier curves within the convex hull of their control points?
Because they run on t [0,1] and the sum of the basis functions within that range is 1.