Parametric/Implicit Forms

Slides:



Advertisements
Similar presentations
Rotation Solids In Contact.
Advertisements

Solids In Contact Auxiliary Projection. Notes Determine the projections of the sphere C, which touches the sphere B at a point 39mm above the horizontal.
Surface Area and Surface Integrals
10-5 and 10-6 Volumes of Prisms, Cylinders, Pyramids, and Cones
Jeopardy Start Final Jeopardy Question Plane Figures Similar/ Congruent Space Figures Perimeter/ Area Figures
Boolean Operations on Subdivision Surfaces Yohan FOUGEROLLE MS 2001/2002 Sebti FOUFOU Marc Neveu University of Burgundy.
1 Dr. Scott Schaefer Shadows. 2/40 Shadows Shadows provide clues about depth Make scenes appear more realistic.
1 Free-Form Deformations Dr. Scott Schaefer. 2/28 Deformation.
1 Dr. Scott Schaefer Curves and Interpolation. 2/61 Smooth Curves How do we create smooth curves?
Math 310 Section 11.5 Volume. Volume Like length, and area, volume measures the physical space we reside in, now just in 3 dimensions. Just as in surface.
1 Dr. Scott Schaefer Catmull-Rom Splines: Combining B-splines and Interpolation.
Comp 775: Deformable models: snakes and active contours Marc Niethammer, Stephen Pizer Department of Computer Science University of North Carolina, Chapel.
Implicit Representations of Surfaces and Polygonalization Algorithms Dr. Scott Schaefer.
1 Dr. Scott Schaefer Radiosity. 2/38 Radiosity 3/38 Radiosity Physically based model for light interaction View independent lighting Accounts for indirect.
Vectors and the Geometry of Space
CS-321 Dr. Mark L. Hornick 1 3-D Object Modeling.
 Experiment 07 Function Dr. rer.nat. Jing LU
Section 17.5 Parameterized Surfaces
2D/3D Shape Manipulation, 3D Printing Shape Representations Slides from Olga Sorkine February 20, 2013 CS 6501.
1 Introduction to Computer Graphics with WebGL Ed Angel Professor Emeritus of Computer Science Founding Director, Arts, Research, Technology and Science.
Warm-up Get out homework. Agenda Review Homework Continue Chapter 11 Homework.
Parametric Surfaces and their Area Part II. Parametric Surfaces – Tangent Plane The line u = u 0 is mapped to the gridline C 2 =r(u 0,v) Consider the.
Surface Area of Prisms and Cylinders. Goal, to find the surface areas of prisms and cylinders.
Geometry-I. What’s done The two-tier representation Topology-the combinatorial structure Geometry –The actual parameters representing the geometric face.
Find the volume of this cylinder 4 cm 3 cm Find the VOLUME of this prism 6 m 10 m.
1 Dr. Scott Schaefer Intersecting Simple Surfaces.
Lee Byung-Gook Dongseo Univ.
Geometrically Bounded Wireframe AIC (Part 510) Grouping of curves relevant for 3-dimensional wireframe modeling without topological constructs Elementary.
Further Applications of Green’s Theorem Ex. 2 Ex. 2) Area of a plane region -for ellipse: -in polar coordinates: Ex. 4 Ex. 4) Double integral of the Laplacian.
Parametric Surfaces and their Area Part I
Describe how to find the volume of a prism. Give at least 3 examples. Describe how to find the volume of a cylinder. Give at least 3 examples. Describe.
Solid Modeling Dr. Scott Schaefer.
Lateral Surface Area Lateral Surface Area is the surface area of the solid’s lateral faces without the base(s).
Surface Area of a Cylinder Geometry. Overview Find the area of a circle Find the circumference of a circle Find the area of rectangle Find the surface.
Planar surface Earth intersects the plane on a small circle. All points on circle have no scale distortion.
Warm-up Get out homework. Agenda Review Homework Continue Chapter 11 Homework.
Lesson: Volumes of Solids
Chapter 4 Types of Surfaces
Find the area of the part of the plane 20x + 5y + z = 15 that lies in the first octant. Select the correct answer. The choices are rounded to the nearest.
Geometry- 3 Dimensional Shapes Solid Figures
3-D Shapes!.
Intersecting Simple Surfaces
Lecture 33: Shape Modeling Li Zhang Spring 2008
Smooth Surfaces Dr. Scott Schaefer.
Geometry-Part 9.
Copyrights apply.
17.1 Equation of a Circle How can you write the equation of a circle if you know its radius and the coordinates of its center?
Which of the equations below is an equation of a cone?
Surfaces Dr. Scott Schaefer.
Some Theorems Thm. Divergence Theorem
Radiosity Dr. Scott Schaefer.
Geometry in our world Name:.
Find the area of the part of the plane 8x + 2y + z = 7 that lies inside the cylinder {image}
Solid Figures Geometry.
Solid Figures Geometry.
Which of the equations below is an equation of a cone?
Surface Area and Volume
Objective: Identify the attributes and names of solid figures
Given that they are equivalent, what is the diameter of the sphere?
MATH THS – Standard Geometry
Evaluate the line integral. {image}
Locating points in Orthographic views
Auxiliary Projection Solids In Contact.
Rotation Solids In Contact.
Curves and Surfaces (I)
12.1-D Figures Objective: students will be able to identify the attributes of 3-d figures.
9.4 – Perimeter, Area, and Circumference
Parametric/Implicit Forms
Lateral and Surface Area of Solid Figures
Evaluate the line integral. {image}
Presentation transcript:

Parametric/Implicit Forms Dr. Scott Schaefer

Implicit Curves/Surfaces

Implicit Curves/Surfaces

Implicit Curves/Surfaces

Simple Implicit Surfaces Spheres Planes Cylinders Cones Tori

Implicit Curves/Surfaces Advantages Easy to determine inside/outside Easy to determine if a point is on the surface Disadvantages Hard to generate points on the surface

Parametric Curves/Surfaces Geri’s Game Copyright Pixar

Parametric Curves/Surfaces 1 2 3 4 5 6 -1 -0.5 0.5

Parametric Curves/Surfaces 1 2 3 4 5 6 -1 -0.5 0.5

Parametric Curves/Surfaces

Parametric Surfaces

Piecewise Functions -2 -1 1 2 0.2 0.4 0.6 0.8

Piecewise Functions -2 -1 1 2 0.2 0.4 0.6 0.8

Piecewise Functions -2 -1 1 2 0.2 0.4 0.6 0.8

Piecewise Functions -2 -1 1 2 0.2 0.4 0.6 0.8 -2 -1 1 2 0.5 1.5 2.5 3

Piecewise Functions -2 -1 1 2 0.2 0.4 0.6 0.8 -2 -1 1 2 0.5 1.5 2.5 3

Parametric Curves/Surfaces Advantages Easy to generate points on the curve/surface Separates x/y/z components Disadvantages Hard to determine inside/outside Hard to determine if a point is on the curve/surface