Shape Modeling. Differential Geometry Primer Smooth Definitions Discrete Theory in a Nutshell. CS 523: Computer Graphics, Spring 2011

Size: px
Start display at page:

Download "Shape Modeling. Differential Geometry Primer Smooth Definitions Discrete Theory in a Nutshell. CS 523: Computer Graphics, Spring 2011"

Transcription

1 CS 523: Computer Graphics, Spring 2011 Shape Modeling Differential Geometry Primer Smooth Definitions Discrete Theory in a Nutshell 2/15/2011 1

2 Motivation Geometry processing: understand geometric characteristics, e.g. smoothness 2/15/2011 2

3 Motivation Geometry processing: understand geometric characteristics, e.g. smoothness how shapes deform 2/15/2011 3

4 Curves smooth definition 2/15/2011 4

5 Curves are 1-dimensional parameterizations p: R R d, d = 1, 2, 3, t p(t) Curves smooth definition t=0 t=0.5 Planar curve:p(t) = (x(t), y(t)) Space curve: p(t) = (x(t), y(t), z(t)) t=0.75 t=1 2/15/2011 5

6 Circle in 2D p(t) = (r cos(t), r sin(t)) t [0, 2π) Parametric Curves Examples Béziercurve n p( t) = p B n i i= 0 n i B n i ( t) i ( ) ( ) n t = t 1 t i i Curve and control polygon Basis functions 2/15/2011 6

7 Equal pace of the parameter along the curve len (p(t 1 ), p(t 2 )) = t 1 t 2 Curves arc length parameterization 2/15/2011 7

8 Secant A line through two points on the curve. 2/15/2011 8

9 Secant A line through two points on the curve. 2/15/2011 9

10 Tangent The limiting secant as the two points come together. 2/15/

11 Secant: p(t) p(s) Tangent: p (t) = (x (t), y (t), ) If tis arc-length: p (t) = 1 Secant and tangent parametric form 2/15/

12 Tangent, normal, radius of curvature r p 2/15/

13 Circle of curvature Consider the circle passing through three points on the curve 2/15/

14 Circle of curvature the limiting circle as three points come together. 2/15/

15 Radius of curvature, r 2/15/

16 Radius of curvature, r = 1/κ Curvature κ= r 1 r 1/κ 2/15/

17 Signed curvature Sense of traversal along curve. +κ κ 2/15/

18 nˆ ( p) Gauss map, n(p) Point on curve maps to point on unit circle. 2/15/

19 Curvature = change in normal direction Absolute curvature (assuming arc length t) κ= n ˆ ( t ) Parameter-free view: via the Gauss map curve Gauss map curve Gauss map 2/15/

20 Assume tis arc-length parameter Curvature normal parametric form p ( t) = κnˆ( t ) nˆ ( t) p(t) p (t) [Kobbelt and Schröder] 2/15/

21 Curvature normal parametric form Note: if the parameter has constant speed, it only changes along the normal direction In other words, p ( t) p ( t) nˆ ( t) p ( t), p ( t) = 1 / differentiate both sides p(t) p ( t), p ( t) + p ( t), p ( t) = 0 p (t) p ( t), p ( t) = 0 2/15/

22 Turning number, k Number of orbits in Gaussian image. 2/15/

23 Turning number theorem +2π κ Ω ds= 2πk 2π For a closed curve, the integral of curvature is an integer multiple of 2π. +4π 0 2/15/

24 Discrete planar curves 2/15/

25 Discrete planar curves Piecewise linear curves Not smooth at vertices Can t take derivatives Generalize notions from the smooth world for the discrete case! 2/15/

26 Tangents, normals For any point on the edge, the tangent is simply the unit vector along the edge and the normal is the perpendicular vector 2/15/

27 Tangents, normals For vertices, we have many options 2/15/

28 Tangents, normals Can choose to average the adjacent edge normals n ˆ v = n ˆ ˆ e +n nˆ e e 1 e nˆ e e 2 e 2 e 1 2/15/

29 Tangents, normals Weight by edge lengths nˆ v = e 1 nˆ e + e 2 nˆ 1 e 2 e 1 nˆ ˆ e + e2 n 1 e 2 e 2 e 1 2/15/

30 Finite number of vertices each lying on the curve, connected by straight edges. Inscribed polygon, p connection between discrete and smooth 2/15/

31 The length of a discrete curve n n+ 1 len( p) = i= 1 d i = i= 1 p i+ 1 p i Sum of edge lengths p 1 p p 3 2 d 2 p d 4 3 d 1 2/15/

32 The length of a continuous curve Length of longest of all inscribed polygons. sup len( p) ) p 2/15/

33 The length of a continuous curve or take limit over a refinement sequence lim h 0 len( p) h= max edge length 2/15/

34 The length of a continuous curve In the continuous form: b len= p ( s) s=a ds p 2 p 3 p 4 p 1 2/15/

35 The length of a continuous curve Compare: b + len= p ( s) ds len( p) = p i+ 1 s=a n 1 i=1 p i tangent length p 2 p 3 p 4 p 1 2/15/

36 The length of a continuous curve When the parameter is arc-length: l len= p ( t) dt= 1dt t = 0 t= 0 l = l 2/15/

37 Curvature of a discrete curve Curvature is the change in normal direction as we travel along the curve no change along each edge curvature is zero along edges 2/15/

38 Curvature of a discrete curve Curvature is the change in normal direction as we travel along the curve normal changes at vertices record the turning angle! 2/15/

39 Curvature of a discrete curve Curvature is the change in normal direction as we travel along the curve normal changes at vertices record the turning angle! 2/15/

40 Curvature of a discrete curve Curvature is the change in normal direction as we travel along the curve same as the turning angle between the edges 2/15/

41 Signed curvature of a discrete curve Zero along the edges Turning angle at the vertices = the change in normal direction α 1, α 2 > 0, α 3 < 0 α 1 α 2 α 3 2/15/

42 Total signed curvature n tsc( p) = α i i= 1 Sum of turning angles α 1 α 2 α 3 2/15/

43 Discrete Gauss Map Edges map to points, vertices map to arcs. 2/15/

44 Discrete Gauss Map Turning number well-defined for discrete curves. 2/15/

45 Discrete Turning Number Theorem n tsc( p) = i= 1 α i = 2πk For a closed curve, the total signed curvature is an integer multiple of 2π. proof: sum of exterior angles 2/15/

46 Structure preservation Arbitrary discrete curve total signed curvature obeys discrete turning number theorem even coarse mesh (curve) which continuous theorems to preserve? that depends on the application 2/15/

47 Convergence Consider refinement sequence length of inscribed polygon approaches length of smooth curve in general, discrete measure approaches continuous analogue which refinement sequence? depends on discrete operator pathological sequences may exist in what sense does the operator converge? (point-wise, L 2 ; linear, quadratic) 2/15/

48 Curvature normal = length gradient Can use this to define discrete curvature! 2/15/

49 Curvature normal = length gradient 2/15/

50 Curvature normal = length gradient 2/15/

51 Curvature normal = length gradient 2/15/

52 Curvature normal = length gradient + 2/15/

53 Curvature normal = length gradient 2/15/

54 Curvature normal = length gradient 2/15/

55 Recap Structurepreservation Convergence For an arbitrary (even coarse) discrete curve, the discrete measure of curvature obeys the discrete turning number theorem. In the limit of a refinement sequence, discrete measures of length and curvature agree with continuous measures. 2/15/

Shape Modeling and Geometry Processing

Shape Modeling and Geometry Processing 252-0538-00L, Spring 2018 Shape Modeling and Geometry Processing Discrete Differential Geometry Differential Geometry Motivation Formalize geometric properties of shapes Roi Poranne # 2 Differential Geometry

More information

04 - Normal Estimation, Curves

04 - Normal Estimation, Curves 04 - Normal Estimation, Curves Acknowledgements: Olga Sorkine-Hornung Normal Estimation Implicit Surface Reconstruction Implicit function from point clouds Need consistently oriented normals < 0 0 > 0

More information

CS 523: Computer Graphics, Spring Differential Geometry of Surfaces

CS 523: Computer Graphics, Spring Differential Geometry of Surfaces CS 523: Computer Graphics, Spring 2009 Shape Modeling Differential Geometry of Surfaces Andrew Nealen, Rutgers, 2009 3/4/2009 Recap Differential Geometry of Curves Andrew Nealen, Rutgers, 2009 3/4/2009

More information

Discrete Differential Geometry: An Applied Introduction

Discrete Differential Geometry: An Applied Introduction Discrete Differential Geometry: An Applied Introduction Eitan Grinspun with Mathieu Desbrun, Konrad Polthier, Peter Schröder, & Ari Stern 1 Differential Geometry Why do we care? geometry of surfaces Springborn

More information

(Discrete) Differential Geometry

(Discrete) Differential Geometry (Discrete) Differential Geometry Motivation Understand the structure of the surface Properties: smoothness, curviness, important directions How to modify the surface to change these properties What properties

More information

05 - Surfaces. Acknowledgements: Olga Sorkine-Hornung. CSCI-GA Geometric Modeling - Daniele Panozzo

05 - Surfaces. Acknowledgements: Olga Sorkine-Hornung. CSCI-GA Geometric Modeling - Daniele Panozzo 05 - Surfaces Acknowledgements: Olga Sorkine-Hornung Reminder Curves Turning Number Theorem Continuous world Discrete world k: Curvature is scale dependent is scale-independent Discrete Curvature Integrated

More information

Background for Surface Integration

Background for Surface Integration Background for urface Integration 1 urface Integrals We have seen in previous work how to define and compute line integrals in R 2. You should remember the basic surface integrals that we will need to

More information

Lecture 15. Lecturer: Prof. Sergei Fedotov Calculus and Vectors. Length of a Curve and Parametric Equations

Lecture 15. Lecturer: Prof. Sergei Fedotov Calculus and Vectors. Length of a Curve and Parametric Equations Lecture 15 Lecturer: Prof. Sergei Fedotov 10131 - Calculus and Vectors Length of a Curve and Parametric Equations Sergei Fedotov (University of Manchester) MATH10131 2011 1 / 5 Lecture 15 1 Length of a

More information

Differential Geometry: Circle Patterns (Part 1) [Discrete Conformal Mappinngs via Circle Patterns. Kharevych, Springborn and Schröder]

Differential Geometry: Circle Patterns (Part 1) [Discrete Conformal Mappinngs via Circle Patterns. Kharevych, Springborn and Schröder] Differential Geometry: Circle Patterns (Part 1) [Discrete Conformal Mappinngs via Circle Patterns. Kharevych, Springborn and Schröder] Preliminaries Recall: Given a smooth function f:r R, the function

More information

Topic 5.1: Line Elements and Scalar Line Integrals. Textbook: Section 16.2

Topic 5.1: Line Elements and Scalar Line Integrals. Textbook: Section 16.2 Topic 5.1: Line Elements and Scalar Line Integrals Textbook: Section 16.2 Warm-Up: Derivatives of Vector Functions Suppose r(t) = x(t) î + y(t) ĵ + z(t) ˆk parameterizes a curve C. The vector: is: r (t)

More information

Let be a function. We say, is a plane curve given by the. Let a curve be given by function where is differentiable with continuous.

Let be a function. We say, is a plane curve given by the. Let a curve be given by function where is differentiable with continuous. Module 8 : Applications of Integration - II Lecture 22 : Arc Length of a Plane Curve [Section 221] Objectives In this section you will learn the following : How to find the length of a plane curve 221

More information

Math 348 Differential Geometry of Curves and Surfaces

Math 348 Differential Geometry of Curves and Surfaces Math 348 Differential Geometry of Curves and Surfaces Lecture 3 Curves in Calculus Xinwei Yu Sept. 12, 2017 CAB 527, xinwei2@ualberta.ca Department of Mathematical & Statistical Sciences University of

More information

Surfaces: notes on Geometry & Topology

Surfaces: notes on Geometry & Topology Surfaces: notes on Geometry & Topology 1 Surfaces A 2-dimensional region of 3D space A portion of space having length and breadth but no thickness 2 Defining Surfaces Analytically... Parametric surfaces

More information

Research in Computational Differential Geomet

Research in Computational Differential Geomet Research in Computational Differential Geometry November 5, 2014 Approximations Often we have a series of approximations which we think are getting close to looking like some shape. Approximations Often

More information

Module 1 Session 1 HS. Critical Areas for Traditional Geometry Page 1 of 6

Module 1 Session 1 HS. Critical Areas for Traditional Geometry Page 1 of 6 Critical Areas for Traditional Geometry Page 1 of 6 There are six critical areas (units) for Traditional Geometry: Critical Area 1: Congruence, Proof, and Constructions In previous grades, students were

More information

Lectures 19: The Gauss-Bonnet Theorem I. Table of contents

Lectures 19: The Gauss-Bonnet Theorem I. Table of contents Math 348 Fall 07 Lectures 9: The Gauss-Bonnet Theorem I Disclaimer. As we have a textbook, this lecture note is for guidance and supplement only. It should not be relied on when preparing for exams. In

More information

CS 523: Computer Graphics, Spring Shape Modeling. Differential Geometry of Surfaces

CS 523: Computer Graphics, Spring Shape Modeling. Differential Geometry of Surfaces CS 523: Computer Graphics, Spring 2011 Shape Modeling Differential Geometry of Surfaces Andrew Nealen, Rutgers, 2011 2/22/2011 Differential Geometry of Surfaces Continuous and Discrete Motivation Smoothness

More information

Unit 10 Circles 10-1 Properties of Circles Circle - the set of all points equidistant from the center of a circle. Chord - A line segment with

Unit 10 Circles 10-1 Properties of Circles Circle - the set of all points equidistant from the center of a circle. Chord - A line segment with Unit 10 Circles 10-1 Properties of Circles Circle - the set of all points equidistant from the center of a circle. Chord - A line segment with endpoints on the circle. Diameter - A chord which passes through

More information

Tutorial 4. Differential Geometry I - Curves

Tutorial 4. Differential Geometry I - Curves 23686 Numerical Geometry of Images Tutorial 4 Differential Geometry I - Curves Anastasia Dubrovina c 22 / 2 Anastasia Dubrovina CS 23686 - Tutorial 4 - Differential Geometry I - Curves Differential Geometry

More information

Parameterization. Michael S. Floater. November 10, 2011

Parameterization. Michael S. Floater. November 10, 2011 Parameterization Michael S. Floater November 10, 2011 Triangular meshes are often used to represent surfaces, at least initially, one reason being that meshes are relatively easy to generate from point

More information

Mathematically, the path or the trajectory of a particle moving in space in described by a function of time.

Mathematically, the path or the trajectory of a particle moving in space in described by a function of time. Module 15 : Vector fields, Gradient, Divergence and Curl Lecture 45 : Curves in space [Section 45.1] Objectives In this section you will learn the following : Concept of curve in space. Parametrization

More information

GAUSS-BONNET FOR DISCRETE SURFACES

GAUSS-BONNET FOR DISCRETE SURFACES GAUSS-BONNET FOR DISCRETE SURFACES SOHINI UPADHYAY Abstract. Gauss-Bonnet is a deep result in differential geometry that illustrates a fundamental relationship between the curvature of a surface and its

More information

Geometry Vocabulary Math Fundamentals Reference Sheet Page 1

Geometry Vocabulary Math Fundamentals Reference Sheet Page 1 Math Fundamentals Reference Sheet Page 1 Acute Angle An angle whose measure is between 0 and 90 Acute Triangle A that has all acute Adjacent Alternate Interior Angle Two coplanar with a common vertex and

More information

Let and be a differentiable function. Let Then be the level surface given by

Let and be a differentiable function. Let Then be the level surface given by Module 12 : Total differential, Tangent planes and normals Lecture 35 : Tangent plane and normal [Section 35.1] > Objectives In this section you will learn the following : The notion tangent plane to a

More information

DEPARTMENT - Mathematics. Coding: N Number. A Algebra. G&M Geometry and Measure. S Statistics. P - Probability. R&P Ratio and Proportion

DEPARTMENT - Mathematics. Coding: N Number. A Algebra. G&M Geometry and Measure. S Statistics. P - Probability. R&P Ratio and Proportion DEPARTMENT - Mathematics Coding: N Number A Algebra G&M Geometry and Measure S Statistics P - Probability R&P Ratio and Proportion YEAR 7 YEAR 8 N1 Integers A 1 Simplifying G&M1 2D Shapes N2 Decimals S1

More information

Geometry of Flat Surfaces

Geometry of Flat Surfaces Geometry of Flat Surfaces Marcelo iana IMPA - Rio de Janeiro Xi an Jiaotong University 2005 Geometry of Flat Surfaces p.1/43 Some (non-flat) surfaces Sphere (g = 0) Torus (g = 1) Bitorus (g = 2) Geometry

More information

Computational QC Geometry: A tool for Medical Morphometry, Computer Graphics & Vision

Computational QC Geometry: A tool for Medical Morphometry, Computer Graphics & Vision Computational QC Geometry: A tool for Medical Morphometry, Computer Graphics & Vision Part II of the sequel of 2 talks. Computation C/QC geometry was presented by Tony F. Chan Ronald Lok Ming Lui Department

More information

Measuring Lengths The First Fundamental Form

Measuring Lengths The First Fundamental Form Differential Geometry Lia Vas Measuring Lengths The First Fundamental Form Patching up the Coordinate Patches. Recall that a proper coordinate patch of a surface is given by parametric equations x = (x(u,

More information

Digital Geometry Processing Parameterization I

Digital Geometry Processing Parameterization I Problem Definition Given a surface (mesh) S in R 3 and a domain find a bective F: S Typical Domains Cutting to a Disk disk = genus zero + boundary sphere = closed genus zero Creates artificial boundary

More information

Parameterization of triangular meshes

Parameterization of triangular meshes Parameterization of triangular meshes Michael S. Floater November 10, 2009 Triangular meshes are often used to represent surfaces, at least initially, one reason being that meshes are relatively easy to

More information

Geometry Rules. Triangles:

Geometry Rules. Triangles: Triangles: Geometry Rules 1. Types of Triangles: By Sides: Scalene - no congruent sides Isosceles - 2 congruent sides Equilateral - 3 congruent sides By Angles: Acute - all acute angles Right - one right

More information

Geometry Definitions and Theorems. Chapter 9. Definitions and Important Terms & Facts

Geometry Definitions and Theorems. Chapter 9. Definitions and Important Terms & Facts Geometry Definitions and Theorems Chapter 9 Definitions and Important Terms & Facts A circle is the set of points in a plane at a given distance from a given point in that plane. The given point is the

More information

Kevin James. MTHSC 206 Section 15.6 Directional Derivatives and the Gra

Kevin James. MTHSC 206 Section 15.6 Directional Derivatives and the Gra MTHSC 206 Section 15.6 Directional Derivatives and the Gradient Vector Definition We define the directional derivative of the function f (x, y) at the point (x 0, y 0 ) in the direction of the unit vector

More information

Justin Solomon MIT, Spring 2017

Justin Solomon MIT, Spring 2017 http://www.alvinomassage.com/images/knot.jpg Justin Solomon MIT, Spring 2017 Some materials from Stanford CS 468, spring 2013 (Butscher & Solomon) What is a curve? A function? Not a curve Jams on accelerator

More information

Mathematical Research Letters 1, (1994) MÖBIUS CONE STRUCTURES ON 3-DIMENSIONAL MANIFOLDS. Feng Luo

Mathematical Research Letters 1, (1994) MÖBIUS CONE STRUCTURES ON 3-DIMENSIONAL MANIFOLDS. Feng Luo Mathematical Research Letters 1, 257 261 (1994) MÖBIUS CONE STRUCTURES ON 3-DIMENSIONAL MANIFOLDS Feng Luo Abstract. We show that for any given angle α (0, 2π), any closed 3- manifold has a Möbius cone

More information

Updated: August 24, 2016 Calculus III Section Math 232. Calculus III. Brian Veitch Fall 2015 Northern Illinois University

Updated: August 24, 2016 Calculus III Section Math 232. Calculus III. Brian Veitch Fall 2015 Northern Illinois University Updated: August 24, 216 Calculus III Section 1.2 Math 232 Calculus III Brian Veitch Fall 215 Northern Illinois University 1.2 Calculus with Parametric Curves Definition 1: First Derivative of a Parametric

More information

Triangle meshes I. CS 4620 Lecture Kavita Bala (with previous instructor Marschner) Cornell CS4620 Fall 2015 Lecture 2

Triangle meshes I. CS 4620 Lecture Kavita Bala (with previous instructor Marschner) Cornell CS4620 Fall 2015 Lecture 2 Triangle meshes I CS 4620 Lecture 2 1 Shape http://fc00.deviantart.net/fs70/f/2014/220/5/3/audi_r8_render_by_smiska333-d7u9pjt.jpg spheres Andrzej Barabasz approximate sphere Rineau & Yvinec CGAL manual

More information

Lower Bounds on Mean Curvature of Closed Curves Contained in Convex Boundaries

Lower Bounds on Mean Curvature of Closed Curves Contained in Convex Boundaries Lower Bounds on Mean Curvature of Closed Curves Contained in Convex Boundaries Greg McNulty, Robert King, Haijian Lin, Sarah Mall August 13, 24 Abstract We investigate a geometric inequality that states

More information

Review 1. Richard Koch. April 23, 2005

Review 1. Richard Koch. April 23, 2005 Review Richard Koch April 3, 5 Curves From the chapter on curves, you should know. the formula for arc length in section.;. the definition of T (s), κ(s), N(s), B(s) in section.4. 3. the fact that κ =

More information

Surface Parameterization

Surface Parameterization Surface Parameterization A Tutorial and Survey Michael Floater and Kai Hormann Presented by Afra Zomorodian CS 468 10/19/5 1 Problem 1-1 mapping from domain to surface Original application: Texture mapping

More information

2D Spline Curves. CS 4620 Lecture 18

2D Spline Curves. CS 4620 Lecture 18 2D Spline Curves CS 4620 Lecture 18 2014 Steve Marschner 1 Motivation: smoothness In many applications we need smooth shapes that is, without discontinuities So far we can make things with corners (lines,

More information

Lectures in Discrete Differential Geometry 3 Discrete Surfaces

Lectures in Discrete Differential Geometry 3 Discrete Surfaces Lectures in Discrete Differential Geometry 3 Discrete Surfaces Etienne Vouga March 19, 2014 1 Triangle Meshes We will now study discrete surfaces and build up a parallel theory of curvature that mimics

More information

Spline Curves. Spline Curves. Prof. Dr. Hans Hagen Algorithmic Geometry WS 2013/2014 1

Spline Curves. Spline Curves. Prof. Dr. Hans Hagen Algorithmic Geometry WS 2013/2014 1 Spline Curves Prof. Dr. Hans Hagen Algorithmic Geometry WS 2013/2014 1 Problem: In the previous chapter, we have seen that interpolating polynomials, especially those of high degree, tend to produce strong

More information

High School Geometry. Correlation of the ALEKS course High School Geometry to the ACT College Readiness Standards for Mathematics

High School Geometry. Correlation of the ALEKS course High School Geometry to the ACT College Readiness Standards for Mathematics High School Geometry Correlation of the ALEKS course High School Geometry to the ACT College Readiness Standards for Mathematics Standard 5 : Graphical Representations = ALEKS course topic that addresses

More information

Geometry and Gravitation

Geometry and Gravitation Chapter 15 Geometry and Gravitation 15.1 Introduction to Geometry Geometry is one of the oldest branches of mathematics, competing with number theory for historical primacy. Like all good science, its

More information

Curvature. Corners. curvature of a straight segment is zero more bending = larger curvature

Curvature. Corners. curvature of a straight segment is zero more bending = larger curvature Curvature curvature of a straight segment is zero more bending = larger curvature Corners corner defined by large curvature value (e.g., a local maxima) borders (i.e., edges in gray-level pictures) can

More information

Differential Geometry: Circle Packings. [A Circle Packing Algorithm, Collins and Stephenson] [CirclePack, Ken Stephenson]

Differential Geometry: Circle Packings. [A Circle Packing Algorithm, Collins and Stephenson] [CirclePack, Ken Stephenson] Differential Geometry: Circle Packings [A Circle Packing Algorithm, Collins and Stephenson] [CirclePack, Ken Stephenson] Conformal Maps Recall: Given a domain Ω R 2, the map F:Ω R 2 is conformal if it

More information

Grad operator, triple and line integrals. Notice: this material must not be used as a substitute for attending the lectures

Grad operator, triple and line integrals. Notice: this material must not be used as a substitute for attending the lectures Grad operator, triple and line integrals Notice: this material must not be used as a substitute for attending the lectures 1 .1 The grad operator Let f(x 1, x,..., x n ) be a function of the n variables

More information

Edge and local feature detection - 2. Importance of edge detection in computer vision

Edge and local feature detection - 2. Importance of edge detection in computer vision Edge and local feature detection Gradient based edge detection Edge detection by function fitting Second derivative edge detectors Edge linking and the construction of the chain graph Edge and local feature

More information

6.1 Circles and Related Segments and Angles

6.1 Circles and Related Segments and Angles Chapter 6 Circles 6.1 Circles and Related Segments and Angles Definitions 32. A circle is the set of all points in a plane that are a fixed distance from a given point known as the center of the circle.

More information

Tangent & normal vectors The arc-length parameterization of a 2D curve The curvature of a 2D curve

Tangent & normal vectors The arc-length parameterization of a 2D curve The curvature of a 2D curve Local Analysis of 2D Curve Patches Topic 4.2: Local analysis of 2D curve patches Representing 2D image curves Estimating differential properties of 2D curves Tangent & normal vectors The arc-length parameterization

More information

City Research Online. Permanent City Research Online URL:

City Research Online. Permanent City Research Online URL: Slabaugh, G.G., Unal, G.B., Fang, T., Rossignac, J. & Whited, B. Variational Skinning of an Ordered Set of Discrete D Balls. Lecture Notes in Computer Science, 4975(008), pp. 450-461. doi: 10.1007/978-3-540-7946-8_34

More information

ME 111: Engineering Drawing. Geometric Constructions

ME 111: Engineering Drawing. Geometric Constructions ME 111: Engineering Drawing Lecture 2 01-08-2011 Geometric Constructions Indian Institute of Technology Guwahati Guwahati 781039 Geometric Construction Construction of primitive geometric forms (points,

More information

Motivation. Parametric Curves (later Surfaces) Outline. Tangents, Normals, Binormals. Arclength. Advanced Computer Graphics (Fall 2010)

Motivation. Parametric Curves (later Surfaces) Outline. Tangents, Normals, Binormals. Arclength. Advanced Computer Graphics (Fall 2010) Advanced Computer Graphics (Fall 2010) CS 283, Lecture 19: Basic Geometric Concepts and Rotations Ravi Ramamoorthi http://inst.eecs.berkeley.edu/~cs283/fa10 Motivation Moving from rendering to simulation,

More information

3rd Quarter MATHEMATICS Pointers to Review S.Y

3rd Quarter MATHEMATICS Pointers to Review S.Y Grade 1 Grouping Count groups of equal quantity using concrete objects up to 50 and writes an equivalent expression. e.g. 2 groups of 5 Visualizes, represents, and separates objects into groups of equal

More information

Geometric Modeling Mortenson Chapter 11. Complex Model Construction

Geometric Modeling Mortenson Chapter 11. Complex Model Construction Geometric Modeling 91.580.201 Mortenson Chapter 11 Complex Model Construction Topics Topology of Models Connectivity and other intrinsic properties Graph-Based Models Emphasize topological structure Boolean

More information

How to use Geometric Software in Courses of Differential Geometry

How to use Geometric Software in Courses of Differential Geometry How to use Geometric Software in Courses of Differential Geometry TOMICZKOVÁ Světlana, JEŽEK František KMA FAV ZČU Plzeň 2018 Coimbra 2018 How to use Geometric Software in Courses of Differential Geometry

More information

Mathematics 6 12 Section 26

Mathematics 6 12 Section 26 Mathematics 6 12 Section 26 1 Knowledge of algebra 1. Apply the properties of real numbers: closure, commutative, associative, distributive, transitive, identities, and inverses. 2. Solve linear equations

More information

CS 4620 Final Exam. (a) Is a circle C 0 continuous?

CS 4620 Final Exam. (a) Is a circle C 0 continuous? CS 4620 Final Exam Wednesday 9, December 2009 2 1 2 hours Prof. Doug James Explain your reasoning for full credit. You are permitted a double-sided sheet of notes. Calculators are allowed but unnecessary.

More information

Triangle meshes I. CS 4620 Lecture Steve Marschner. Cornell CS4620 Spring 2017

Triangle meshes I. CS 4620 Lecture Steve Marschner. Cornell CS4620 Spring 2017 Triangle meshes I CS 4620 Lecture 2 2017 Steve Marschner 1 spheres Andrzej Barabasz approximate sphere Rineau & Yvinec CGAL manual 2017 Steve Marschner 2 finite element analysis PATRIOT Engineering 2017

More information

Point A location in geometry. A point has no dimensions without any length, width, or depth. This is represented by a dot and is usually labelled.

Point A location in geometry. A point has no dimensions without any length, width, or depth. This is represented by a dot and is usually labelled. Test Date: November 3, 2016 Format: Scored out of 100 points. 8 Multiple Choice (40) / 8 Short Response (60) Topics: Points, Angles, Linear Objects, and Planes Recognizing the steps and procedures for

More information

PA Core Standards For Mathematics Curriculum Framework Geometry

PA Core Standards For Mathematics Curriculum Framework Geometry Patterns exhibit relationships How can patterns be used to describe Congruence G.1.3.1.1 and Similarity G.1.3.1.2 described, and generalized. situations? G.1.3.2.1 Use properties of congruence, correspondence,

More information

West Windsor-Plainsboro Regional School District Basic Geometry Grades 9-12

West Windsor-Plainsboro Regional School District Basic Geometry Grades 9-12 West Windsor-Plainsboro Regional School District Basic Geometry Grades 9-12 Unit 1: Basics of Geometry Content Area: Mathematics Course & Grade Level: Basic Geometry, 9 12 Summary and Rationale This unit

More information

3. The three points (2, 4, 1), (1, 2, 2) and (5, 2, 2) determine a plane. Which of the following points is in that plane?

3. The three points (2, 4, 1), (1, 2, 2) and (5, 2, 2) determine a plane. Which of the following points is in that plane? Math 4 Practice Problems for Midterm. A unit vector that is perpendicular to both V =, 3, and W = 4,, is (a) V W (b) V W (c) 5 6 V W (d) 3 6 V W (e) 7 6 V W. In three dimensions, the graph of the equation

More information

Fundamentals of Computer Graphics. Lecture 3 Parametric curve and surface. Yong-Jin Liu.

Fundamentals of Computer Graphics. Lecture 3 Parametric curve and surface. Yong-Jin Liu. Fundamentals of Computer Graphics Lecture 3 Parametric curve and surface Yong-Jin Liu liuyongjin@tsinghua.edu.cn Smooth curve and surface Design criteria of smooth curve and surface Smooth and continuity

More information

Chapter 6. Sir Migo Mendoza

Chapter 6. Sir Migo Mendoza Circles Chapter 6 Sir Migo Mendoza Central Angles Lesson 6.1 Sir Migo Mendoza Central Angles Definition 5.1 Arc An arc is a part of a circle. Types of Arc Minor Arc Major Arc Semicircle Definition 5.2

More information

SOME IMPORTANT PROPERTIES/CONCEPTS OF GEOMETRY (Compiled by Ronnie Bansal)

SOME IMPORTANT PROPERTIES/CONCEPTS OF GEOMETRY (Compiled by Ronnie Bansal) 1 SOME IMPORTANT PROPERTIES/CONCEPTS OF GEOMETRY (Compiled by Ronnie Bansal) 1. Basic Terms and Definitions: a) Line-segment: A part of a line with two end points is called a line-segment. b) Ray: A part

More information

Distance Functions 1

Distance Functions 1 Distance Functions 1 Distance function Given: geometric object F (curve, surface, solid, ) Assigns to each point the shortest distance from F Level sets of the distance function are trimmed offsets F p

More information

Geometry A Year-at-a-Glance Year-at-a-Glance

Geometry A Year-at-a-Glance Year-at-a-Glance Year-at-a-Glance 2018-2019 Year-at-a-Glance FIRST SEMESTER SECOND SEMESTER Unit 1 Foundations of Geometry Unit 2 Circles Unit 3 Equations of Lines and Angle-Pairs Unit 4 Congruence Unit 5 Triangles 1st

More information

Geometry: Angle Relationships

Geometry: Angle Relationships Geometry: Angle Relationships I. Define the following angles (in degrees) and draw an example of each. 1. Acute 3. Right 2. Obtuse 4. Straight Complementary angles: Supplementary angles: a + b = c + d

More information

THE DNA INEQUALITY POWER ROUND

THE DNA INEQUALITY POWER ROUND THE DNA INEQUALITY POWER ROUND Instructions Write/draw all solutions neatly, with at most one question per page, clearly numbered. Turn in the solutions in numerical order, with your team name at the upper

More information

Computer Graphics Curves and Surfaces. Matthias Teschner

Computer Graphics Curves and Surfaces. Matthias Teschner Computer Graphics Curves and Surfaces Matthias Teschner Outline Introduction Polynomial curves Bézier curves Matrix notation Curve subdivision Differential curve properties Piecewise polynomial curves

More information

CURVILINEAR MESH GENERATION IN 3D

CURVILINEAR MESH GENERATION IN 3D CURVILINEAR MESH GENERATION IN 3D Saikat Dey, Robert M. O'Bara 2 and Mark S. Shephard 2 SFA Inc. / Naval Research Laboratory, Largo, MD., U.S.A., dey@cosmic.nrl.navy.mil 2 Scientific Computation Research

More information

Preliminary Mathematics of Geometric Modeling (3)

Preliminary Mathematics of Geometric Modeling (3) Preliminary Mathematics of Geometric Modeling (3) Hongxin Zhang and Jieqing Feng 2006-11-27 State Key Lab of CAD&CG, Zhejiang University Differential Geometry of Surfaces Tangent plane and surface normal

More information

Lines That Intersect Circles

Lines That Intersect Circles LESSON 11-1 Lines That Intersect Circles Lesson Objectives (p. 746): Vocabulary 1. Interior of a circle (p. 746): 2. Exterior of a circle (p. 746): 3. Chord (p. 746): 4. Secant (p. 746): 5. Tangent of

More information

Geometry B. The University of Texas at Austin Continuing & Innovative Education K 16 Education Center 1

Geometry B. The University of Texas at Austin Continuing & Innovative Education K 16 Education Center 1 Geometry B Credit By Exam This Credit By Exam can help you prepare for the exam by giving you an idea of what you need to study, review, and learn. To succeed, you should be thoroughly familiar with the

More information

Geometry Processing TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: AAAAA

Geometry Processing TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: AAAAA Geometry Processing What is Geometry Processing? Understanding the math of 3D shape What is Geometry Processing? Understanding the math of 3D shape and applying that math to discrete shape What is Geometry

More information

Content Standard 1: Numbers, Number Sense, and Computation

Content Standard 1: Numbers, Number Sense, and Computation Content Standard 1: Numbers, Number Sense, and Computation Place Value Fractions Comparing and Ordering Counting Facts Estimating and Estimation Strategies Determine an approximate value of radical and

More information

INTRODUCTION TO LINE INTEGRALS

INTRODUCTION TO LINE INTEGRALS INTRODUTION TO LINE INTEGRALS PROF. MIHAEL VANVALKENBURGH Last week we discussed triple integrals. This week we will study a new topic of great importance in mathematics and physics: line integrals. 1.

More information

Differential Geometry MAT WEEKLY PROGRAM 1-2

Differential Geometry MAT WEEKLY PROGRAM 1-2 15.09.014 WEEKLY PROGRAM 1- The first week, we will talk about the contents of this course and mentioned the theory of curves and surfaces by giving the relation and differences between them with aid of

More information

Workbook. MAT 397: Calculus III

Workbook. MAT 397: Calculus III Workbook MAT 397: Calculus III Instructor: Caleb McWhorter Name: Summer 2017 Contents Preface..................................................... 2 1 Spatial Geometry & Vectors 3 1.1 Basic n Euclidean

More information

Equation of tangent plane: for implicitly defined surfaces section 12.9

Equation of tangent plane: for implicitly defined surfaces section 12.9 Equation of tangent plane: for implicitly defined surfaces section 12.9 Some surfaces are defined implicitly, such as the sphere x 2 + y 2 + z 2 = 1. In general an implicitly defined surface has the equation

More information

GEOMETRY STANDARDS BASED RUBRIC

GEOMETRY STANDARDS BASED RUBRIC GEOMETRY STANDARDS BASED RUBRIC LOCAL STANDARD: KNOW AND APPLY THE BASIC DEFINITION AND UNDEFINED TERMS OF GEOMETRY. Unable to construct (straight edge and compass) the midpoint of a segment, the triangle

More information

UNIT 1 GEOMETRY TEMPLATE CREATED BY REGION 1 ESA UNIT 1

UNIT 1 GEOMETRY TEMPLATE CREATED BY REGION 1 ESA UNIT 1 UNIT 1 GEOMETRY TEMPLATE CREATED BY REGION 1 ESA UNIT 1 Traditional Pathway: Geometry The fundamental purpose of the course in Geometry is to formalize and extend students geometric experiences from the

More information

In this lecture we introduce the Gauss-Bonnet theorem. The required section is The optional sections are

In this lecture we introduce the Gauss-Bonnet theorem. The required section is The optional sections are Math 348 Fall 2017 Lectures 20: The Gauss-Bonnet Theorem II Disclaimer. As we have a textbook, this lecture note is for guidance and supplement only. It should not be relied on when preparing for exams.

More information

CURVES OF CONSTANT WIDTH AND THEIR SHADOWS. Have you ever wondered why a manhole cover is in the shape of a circle? This

CURVES OF CONSTANT WIDTH AND THEIR SHADOWS. Have you ever wondered why a manhole cover is in the shape of a circle? This CURVES OF CONSTANT WIDTH AND THEIR SHADOWS LUCIE PACIOTTI Abstract. In this paper we will investigate curves of constant width and the shadows that they cast. We will compute shadow functions for the circle,

More information

The Self-Linking of Torus Knots

The Self-Linking of Torus Knots The Self-Linking of Torus Knots Edgar J. Fuller, Jr. (ef@math.wvu.edu) Department of Mathematics, West Virginia University, Morgantown, WV 26508 Abstract. Torus knots are a widely studied class of space

More information

10.5 Warmup. Find the indicated measure. Thursday, March 23, 2:46. Geometry 10.5 Angle Relationships in Circles 1

10.5 Warmup. Find the indicated measure. Thursday, March 23, 2:46. Geometry 10.5 Angle Relationships in Circles 1 0.5 Warmup Find the indicated measure. 0.5 Warmup Solve each equation. Use Factoring. ) x 2 + 4x + 40 = 0 2) x 2 36 = 0 3) x 2 + 5x = 0 4) x 2 + 5x = 24 5) 3x 2 + 24x = 48 6) 5x 2 = 20 2 0.5 Warmup (Answers)

More information

Oley Valley School District Oley Valley High School Curriculum: Geometry

Oley Valley School District Oley Valley High School Curriculum: Geometry Oley Valley School District Oley Valley High School Curriculum: Geometry Name of Unit Priority Standards Supporting Standards Essential Questions - Dominant Focus (topics) Introduction to Geometry Define

More information

Virginia Geometry, Semester A

Virginia Geometry, Semester A Syllabus Virginia Geometry, Semester A Course Overview Virginia Geometry, Semester A, provides an in-depth discussion of the basic concepts of geometry. In the first unit, you ll examine the transformation

More information

Geometry Pacing Guide Teacher Name Period

Geometry Pacing Guide Teacher Name Period Geometry Pacing Guide 2016-2017 Teacher Name Period This Pacing Guide is a suggestion for you to use as a guide. Each class should progress at its own pace. Although there are a few quizzes listed in the

More information

Lecture 23. Surface integrals, Stokes theorem, and the divergence theorem. Dan Nichols

Lecture 23. Surface integrals, Stokes theorem, and the divergence theorem. Dan Nichols Lecture 23 urface integrals, tokes theorem, and the divergence theorem an Nichols nichols@math.umass.edu MATH 233, pring 218 University of Massachusetts April 26, 218 (2) Last time: Green s theorem Theorem

More information

Pearson Mathematics Geometry

Pearson Mathematics Geometry A Correlation of Pearson Mathematics Geometry Indiana 2017 To the INDIANA ACADEMIC STANDARDS Mathematics (2014) Geometry The following shows where all of the standards that are part of the Indiana Mathematics

More information

Syllabus Form 3. Objectives Students will be able to: Mathematics Department. Revision of numbers. Form 3 Syllabus Page 1 of 7

Syllabus Form 3. Objectives Students will be able to: Mathematics Department. Revision of numbers. Form 3 Syllabus Page 1 of 7 Syllabus Form 3 Topic Revision of numbers Content 1. Rounding 2. Estimation 3. Directed numbers 4. Working with decimals 5. Changing fractions to 6. decimals and vice versa 7. 7.1. The reciprocal of a

More information

Edexcel Linear GCSE Higher Checklist

Edexcel Linear GCSE Higher Checklist Number Add, subtract, multiply and divide whole numbers integers and decimals Multiply and divide fractions Order integers and decimals Order rational numbers Use the concepts and vocabulary of factor

More information

Geometric approximation of curves and singularities of secant maps Ghosh, Sunayana

Geometric approximation of curves and singularities of secant maps Ghosh, Sunayana University of Groningen Geometric approximation of curves and singularities of secant maps Ghosh, Sunayana IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish

More information

Lecture 2.2 Cubic Splines

Lecture 2.2 Cubic Splines Lecture. Cubic Splines Cubic Spline The equation for a single parametric cubic spline segment is given by 4 i t Bit t t t i (..) where t and t are the parameter values at the beginning and end of the segment.

More information

We have set up our axioms to deal with the geometry of space but have not yet developed these ideas much. Let s redress that imbalance.

We have set up our axioms to deal with the geometry of space but have not yet developed these ideas much. Let s redress that imbalance. Solid geometry We have set up our axioms to deal with the geometry of space but have not yet developed these ideas much. Let s redress that imbalance. First, note that everything we have proven for the

More information

Triangle meshes I. CS 4620 Lecture 2

Triangle meshes I. CS 4620 Lecture 2 Triangle meshes I CS 4620 Lecture 2 2014 Steve Marschner 1 spheres Andrzej Barabasz approximate sphere Rineau & Yvinec CGAL manual 2014 Steve Marschner 2 finite element analysis PATRIOT Engineering 2014

More information

NFC ACADEMY COURSE OVERVIEW

NFC ACADEMY COURSE OVERVIEW NFC ACADEMY COURSE OVERVIEW Geometry Honors is a full year, high school math course for the student who has successfully completed the prerequisite course, Algebra I. The course focuses on the skills and

More information