SlideShare a Scribd company logo
1 of 35
HERMITE CURVES & BEIZER
CURVES
 A Hermite curve is a curve for which the user provides:
 The endpoints of the curve
 The parametric derivatives of the curve at the endpoints (tangents with
length)
 The parametric derivatives are dx/dt, dy/dt, dz/dt
 That is enough to define a cubic Hermite spline, more derivatives are
required for higher order curves.
Hermite curves
 A cubic spline has degree 3, and is of the form:
 For some constants a, b, c and d derived from the control points
Hermite curves
Constraints:
The curve must pass through p1 when t=0
The derivative must be ∆p1 when t=0
The curve must pass through p2 when t=1
The derivative must be ∆p2 when t=1
dcubuauu  23
 Control point positions and first derivatives are given as constraints for each end-point.
 













d
c
b
a
P 1)( 23
uuuu  













d
c
b
a
P 0123)( 2
uuu








































d
c
b
a
Dp
Dp
p
p
0123
0100
1111
1000
1
1
k
k
k
k
→






















































































1
1
1
1
1
1
1
0001
0100
1233
1122
0123
0100
1111
1000
k
k
k
k
H
k
k
k
k
k
k
k
k
Dp
Dp
p
p
M
Dp
Dp
p
p
Dp
Dp
p
p
d
c
b
a
End point constraints for each segment is given as:
,)1(,)0(,)1(,)0( 11   kkkk DpPDpPpPpP
 These polynomials are called Hermite blending functions, and tells us how to
blend boundary conditions to generate the position of a point P(u) on the
curve.
)()2()32()132()( 23
1
2323
1
23
uuuuuuuuuu kkkk   DpDpppP
 More degrees of freedom
 Directly transformable
 Dimension independent
 No infinite slope problems
 Separates dependent and independent variables
 Inherently bounded
 Easy to express in vector and matrix form
 Common form for many curves and surfaces
Advantages of parametric forms
Bezier Curve
Bezier Curve – Parametric Equation
Quadratic Bezier Curve - Derivation
Contd..
De Casteljau’s Algorithm
Cubic Bezier Curve
Design of n Bezier Curve
Binomial Coefficient
Cubic Bernstein Polynomial
Behaviour of Bernstein Polynomial
Matrix Form – Bezier Curves
Properties of Bezier Curve
 They generally follow the shape of the control polygon, which consists of the segments joining the
control points.
 They always pass through the first and last control points.
 They are contained in the convex hull of their defining control points.
 The degree of the polynomial defining the curve segment is one less that the number of defining
polygon point. Therefore, for 4 control points, the degree of the polynomial is 3, i.e. cubic polynomial.
 The direction of the tangent vector at the end points is same as that of the vector determined
by first and last segments.
 The convex hull property for a Bezier curve ensures that the polynomial smoothly follows the
control points.
 Bezier curves exhibit global control means moving a control point alters the shape of the
whole curve.
Properties of Bezier Curve
Examples
 B-splines automatically take care of continuity, with
exactly one control vertex per curve segment
 Many types of B-splines: degree may be different
(linear, quadratic, cubic,…) and they may be uniform
or non-uniform
 With uniform B-splines, continuity is always one
degree lower than the degree of each curve piece
 Linear B-splines have C0 continuity, cubic
have C2, etc
B-Splines – (Basis Spline)
B-Spline – Analytical Definition
normally called the “Knot Sequence”.
Contd..
The Ni,k functions are described as follows
 The sum of the B-spline basis functions for any parameter value is 1.
 Each basis function is positive or zero for all parameter values.
 Each basis function has precisely one maximum value, except for k=1.
 The maximum order of the curve is equal to the number of vertices of
defining polygon.
 The degree of B-spline polynomial is independent on the number of vertices
of defining polygon.
 B-spline allows the local control over the curve surface because each vertex
affects the shape of a curve only over a range of parameter values where its
associated basis function is nonzero.
Properties of B-Spline Curves
Bezier Curve vs B-Spline - Control
The choice of a knot vector directly influences the resulting curve.
Types of Knot vectors
 Uniform (periodic)
 Open-Uniform
 Non-Uniform
Knot Vectors
 Open curves expect that do not passes through the first and last
control points and therefore are not tangent to the first and last
segment of the control polygon.
 Closed curves where the first and last control points curve
connected. Closed curves with the first and last control point
being the same (coincident ).
Open and closed B-spline curves
 When the spacing between knot values is constant, the
resulting curve is called a uniform B-spline.
 The spacing between knot values is not constant and hence
,any values and intervals can be specified for the knot vector
the curve is called a non uniform B-spline .
 Different intervals which can be used to adjust spline shapes .
Uniform and non uniform B-spline curves
 Rational curves is defined as ratio of two polynomials.
 Non rational curves is defined by one polynomials.
 The most widely used rational curves are non uniform rational
B-splines (NURBS)
 NURBS is capable of representing in a single form non –rational
B-splines and Bezier curves as well as linear and quadratic
analytic curves.
Rational Curves
 Add weights to each points
 Unweighted :
 Where
 Weighted
NURBS- Non Uniform Rational B-
Splines
NURBS
 Rational curve can handle both analytical and synthetic curves.
 Rational curve represents a point with homogenous coordinate
system where a 3D coordinate system is expressed as (wi x, wi
y ,wi z,wi).
 Using same control points with different weights ,different
curves can be generated.
 The weight associated with each control point can affect the
curve locally and the curve is pulled towards the control point
with increases valued of its weight wi.
Characteristics of Rational curves
THANK YOU

More Related Content

What's hot

Bezier and Spline Curves and Surfaces
Bezier and Spline Curves and SurfacesBezier and Spline Curves and Surfaces
Bezier and Spline Curves and SurfacesSyed Zaid Irshad
 
Bezier Curve and Spline Curve
Bezier Curve and Spline CurveBezier Curve and Spline Curve
Bezier Curve and Spline CurveAsifShahariar1
 
Computer graphics curves and surfaces (1)
Computer graphics curves and surfaces (1)Computer graphics curves and surfaces (1)
Computer graphics curves and surfaces (1)RohitK71
 
Part 4-Types and mathematical representations of Curves .pptx
Part 4-Types and mathematical representations of Curves .pptxPart 4-Types and mathematical representations of Curves .pptx
Part 4-Types and mathematical representations of Curves .pptxKhalil Alhatab
 
Unit 2 curves & surfaces
Unit 2  curves & surfacesUnit 2  curves & surfaces
Unit 2 curves & surfacesS.DHARANI KUMAR
 
Wireframe models
Wireframe modelsWireframe models
Wireframe modelsMohd Arif
 
Solid modeling-Sweep Representation and B-representation
Solid modeling-Sweep Representation and B-representationSolid modeling-Sweep Representation and B-representation
Solid modeling-Sweep Representation and B-representationDestro Destro
 
Hidden line removal algorithm
Hidden line removal algorithmHidden line removal algorithm
Hidden line removal algorithmKKARUNKARTHIK
 
Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)manojg1990
 
Surface representation
Surface representationSurface representation
Surface representationSunith Guraddi
 
Computer Graphics - Hidden Line Removal Algorithm
Computer Graphics - Hidden Line Removal AlgorithmComputer Graphics - Hidden Line Removal Algorithm
Computer Graphics - Hidden Line Removal AlgorithmJyotiraman De
 
Hermite cubic spline curve
Hermite cubic spline curveHermite cubic spline curve
Hermite cubic spline curveDeepak Antil
 
Cad ala brep, csg and sweep representation gtu
Cad   ala  brep, csg and sweep representation gtuCad   ala  brep, csg and sweep representation gtu
Cad ala brep, csg and sweep representation gtuShrey Patel
 
HERMITE CURVES AND B SPLINES
HERMITE CURVES AND B SPLINESHERMITE CURVES AND B SPLINES
HERMITE CURVES AND B SPLINESPARTH PANCHAL
 
Computer graphics(parametric cubic curves)
Computer graphics(parametric cubic curves)Computer graphics(parametric cubic curves)
Computer graphics(parametric cubic curves)Sinthia Sarker
 

What's hot (20)

CAD / CAM NURBS
CAD / CAM NURBSCAD / CAM NURBS
CAD / CAM NURBS
 
Bezier and Spline Curves and Surfaces
Bezier and Spline Curves and SurfacesBezier and Spline Curves and Surfaces
Bezier and Spline Curves and Surfaces
 
Bezier Curve and Spline Curve
Bezier Curve and Spline CurveBezier Curve and Spline Curve
Bezier Curve and Spline Curve
 
Computer graphics curves and surfaces (1)
Computer graphics curves and surfaces (1)Computer graphics curves and surfaces (1)
Computer graphics curves and surfaces (1)
 
Part 4-Types and mathematical representations of Curves .pptx
Part 4-Types and mathematical representations of Curves .pptxPart 4-Types and mathematical representations of Curves .pptx
Part 4-Types and mathematical representations of Curves .pptx
 
Solid modelling
Solid modellingSolid modelling
Solid modelling
 
Unit 2 curves & surfaces
Unit 2  curves & surfacesUnit 2  curves & surfaces
Unit 2 curves & surfaces
 
Curves and surfaces
Curves and surfacesCurves and surfaces
Curves and surfaces
 
Wireframe models
Wireframe modelsWireframe models
Wireframe models
 
GEOMETRIC MODELING
GEOMETRIC MODELINGGEOMETRIC MODELING
GEOMETRIC MODELING
 
Solid modeling-Sweep Representation and B-representation
Solid modeling-Sweep Representation and B-representationSolid modeling-Sweep Representation and B-representation
Solid modeling-Sweep Representation and B-representation
 
Hidden line removal algorithm
Hidden line removal algorithmHidden line removal algorithm
Hidden line removal algorithm
 
Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)
 
Surface representation
Surface representationSurface representation
Surface representation
 
Computer Graphics - Hidden Line Removal Algorithm
Computer Graphics - Hidden Line Removal AlgorithmComputer Graphics - Hidden Line Removal Algorithm
Computer Graphics - Hidden Line Removal Algorithm
 
Hermite cubic spline curve
Hermite cubic spline curveHermite cubic spline curve
Hermite cubic spline curve
 
Cad ala brep, csg and sweep representation gtu
Cad   ala  brep, csg and sweep representation gtuCad   ala  brep, csg and sweep representation gtu
Cad ala brep, csg and sweep representation gtu
 
HERMITE CURVES AND B SPLINES
HERMITE CURVES AND B SPLINESHERMITE CURVES AND B SPLINES
HERMITE CURVES AND B SPLINES
 
Solids
SolidsSolids
Solids
 
Computer graphics(parametric cubic curves)
Computer graphics(parametric cubic curves)Computer graphics(parametric cubic curves)
Computer graphics(parametric cubic curves)
 

Similar to Hermit curves & beizer curves

UNIT 2-Geometric Modeling.pptx
UNIT 2-Geometric Modeling.pptxUNIT 2-Geometric Modeling.pptx
UNIT 2-Geometric Modeling.pptxdinesh babu
 
Geometric Curves
Geometric Curves Geometric Curves
Geometric Curves jntuhcej
 
CAD - UNIT 2 (Geometric Modelling)
CAD - UNIT 2 (Geometric Modelling)CAD - UNIT 2 (Geometric Modelling)
CAD - UNIT 2 (Geometric Modelling)Priscilla CPG
 
ME6501 Unit 2 geometric modeling
ME6501 Unit 2 geometric modelingME6501 Unit 2 geometric modeling
ME6501 Unit 2 geometric modelingJavith Saleem
 
Curve modeling-bezier-curves
Curve modeling-bezier-curvesCurve modeling-bezier-curves
Curve modeling-bezier-curvesMahmudul Hasan
 
Quadric surfaces
Quadric surfacesQuadric surfaces
Quadric surfacesAnkur Kumar
 
#KPC #CST #Curves
#KPC #CST #Curves #KPC #CST #Curves
#KPC #CST #Curves KEIKolkata
 
UNIT 2- GEOMETRIC MODELLING
UNIT 2- GEOMETRIC MODELLINGUNIT 2- GEOMETRIC MODELLING
UNIT 2- GEOMETRIC MODELLINGTAMILMECHKIT
 
Computer graphics unit 4th
Computer graphics unit 4thComputer graphics unit 4th
Computer graphics unit 4thTEJVEER SINGH
 
Curve modeling bezier curves
Curve modeling bezier curvesCurve modeling bezier curves
Curve modeling bezier curvesjhansi1986
 
5_6221983039971394498.pptx
5_6221983039971394498.pptx5_6221983039971394498.pptx
5_6221983039971394498.pptxNachiketKadlag1
 
Synthetics surfaces unit ii
Synthetics surfaces unit iiSynthetics surfaces unit ii
Synthetics surfaces unit iijntuhcej
 
Synthetic curve
Synthetic curveSynthetic curve
Synthetic curveDhruv Shah
 
CAD Topology and Geometry Basics
CAD Topology and Geometry BasicsCAD Topology and Geometry Basics
CAD Topology and Geometry BasicsAndrey Dankevich
 

Similar to Hermit curves & beizer curves (20)

UNIT 2-Geometric Modeling.pptx
UNIT 2-Geometric Modeling.pptxUNIT 2-Geometric Modeling.pptx
UNIT 2-Geometric Modeling.pptx
 
Geometric Curves
Geometric Curves Geometric Curves
Geometric Curves
 
CGM-B-SPLINE CURVE.pptx
CGM-B-SPLINE CURVE.pptxCGM-B-SPLINE CURVE.pptx
CGM-B-SPLINE CURVE.pptx
 
curve one
curve onecurve one
curve one
 
CAD - UNIT 2 (Geometric Modelling)
CAD - UNIT 2 (Geometric Modelling)CAD - UNIT 2 (Geometric Modelling)
CAD - UNIT 2 (Geometric Modelling)
 
ME6501 Unit 2 geometric modeling
ME6501 Unit 2 geometric modelingME6501 Unit 2 geometric modeling
ME6501 Unit 2 geometric modeling
 
Curve modeling-bezier-curves
Curve modeling-bezier-curvesCurve modeling-bezier-curves
Curve modeling-bezier-curves
 
Introduction to the curves
Introduction to the curvesIntroduction to the curves
Introduction to the curves
 
Quadric surfaces
Quadric surfacesQuadric surfaces
Quadric surfaces
 
#KPC #CST #Curves
#KPC #CST #Curves #KPC #CST #Curves
#KPC #CST #Curves
 
UNIT 2- GEOMETRIC MODELLING
UNIT 2- GEOMETRIC MODELLINGUNIT 2- GEOMETRIC MODELLING
UNIT 2- GEOMETRIC MODELLING
 
Computer graphics unit 4th
Computer graphics unit 4thComputer graphics unit 4th
Computer graphics unit 4th
 
Curve modeling bezier curves
Curve modeling bezier curvesCurve modeling bezier curves
Curve modeling bezier curves
 
5_6221983039971394498.pptx
5_6221983039971394498.pptx5_6221983039971394498.pptx
5_6221983039971394498.pptx
 
Synthetics surfaces unit ii
Synthetics surfaces unit iiSynthetics surfaces unit ii
Synthetics surfaces unit ii
 
Synthetic curve
Synthetic curveSynthetic curve
Synthetic curve
 
Module 3.pdf
Module 3.pdfModule 3.pdf
Module 3.pdf
 
CAD Topology and Geometry Basics
CAD Topology and Geometry BasicsCAD Topology and Geometry Basics
CAD Topology and Geometry Basics
 
cg mod2.pdf
cg mod2.pdfcg mod2.pdf
cg mod2.pdf
 
CAD
CADCAD
CAD
 

Recently uploaded

Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 

Recently uploaded (20)

Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 

Hermit curves & beizer curves

  • 1. HERMITE CURVES & BEIZER CURVES
  • 2.  A Hermite curve is a curve for which the user provides:  The endpoints of the curve  The parametric derivatives of the curve at the endpoints (tangents with length)  The parametric derivatives are dx/dt, dy/dt, dz/dt  That is enough to define a cubic Hermite spline, more derivatives are required for higher order curves. Hermite curves
  • 3.  A cubic spline has degree 3, and is of the form:  For some constants a, b, c and d derived from the control points Hermite curves Constraints: The curve must pass through p1 when t=0 The derivative must be ∆p1 when t=0 The curve must pass through p2 when t=1 The derivative must be ∆p2 when t=1 dcubuauu  23
  • 4.  Control point positions and first derivatives are given as constraints for each end-point.                d c b a P 1)( 23 uuuu                d c b a P 0123)( 2 uuu                                         d c b a Dp Dp p p 0123 0100 1111 1000 1 1 k k k k →                                                                                       1 1 1 1 1 1 1 0001 0100 1233 1122 0123 0100 1111 1000 k k k k H k k k k k k k k Dp Dp p p M Dp Dp p p Dp Dp p p d c b a End point constraints for each segment is given as: ,)1(,)0(,)1(,)0( 11   kkkk DpPDpPpPpP
  • 5.  These polynomials are called Hermite blending functions, and tells us how to blend boundary conditions to generate the position of a point P(u) on the curve. )()2()32()132()( 23 1 2323 1 23 uuuuuuuuuu kkkk   DpDpppP
  • 6.  More degrees of freedom  Directly transformable  Dimension independent  No infinite slope problems  Separates dependent and independent variables  Inherently bounded  Easy to express in vector and matrix form  Common form for many curves and surfaces Advantages of parametric forms
  • 8. Bezier Curve – Parametric Equation
  • 9. Quadratic Bezier Curve - Derivation
  • 13. Design of n Bezier Curve
  • 17. Matrix Form – Bezier Curves
  • 19.  They generally follow the shape of the control polygon, which consists of the segments joining the control points.  They always pass through the first and last control points.  They are contained in the convex hull of their defining control points.  The degree of the polynomial defining the curve segment is one less that the number of defining polygon point. Therefore, for 4 control points, the degree of the polynomial is 3, i.e. cubic polynomial.  The direction of the tangent vector at the end points is same as that of the vector determined by first and last segments.  The convex hull property for a Bezier curve ensures that the polynomial smoothly follows the control points.  Bezier curves exhibit global control means moving a control point alters the shape of the whole curve. Properties of Bezier Curve
  • 21.  B-splines automatically take care of continuity, with exactly one control vertex per curve segment  Many types of B-splines: degree may be different (linear, quadratic, cubic,…) and they may be uniform or non-uniform  With uniform B-splines, continuity is always one degree lower than the degree of each curve piece  Linear B-splines have C0 continuity, cubic have C2, etc B-Splines – (Basis Spline)
  • 22.
  • 23. B-Spline – Analytical Definition normally called the “Knot Sequence”.
  • 24. Contd.. The Ni,k functions are described as follows
  • 25.  The sum of the B-spline basis functions for any parameter value is 1.  Each basis function is positive or zero for all parameter values.  Each basis function has precisely one maximum value, except for k=1.  The maximum order of the curve is equal to the number of vertices of defining polygon.  The degree of B-spline polynomial is independent on the number of vertices of defining polygon.  B-spline allows the local control over the curve surface because each vertex affects the shape of a curve only over a range of parameter values where its associated basis function is nonzero. Properties of B-Spline Curves
  • 26. Bezier Curve vs B-Spline - Control
  • 27. The choice of a knot vector directly influences the resulting curve. Types of Knot vectors  Uniform (periodic)  Open-Uniform  Non-Uniform Knot Vectors
  • 28.  Open curves expect that do not passes through the first and last control points and therefore are not tangent to the first and last segment of the control polygon.  Closed curves where the first and last control points curve connected. Closed curves with the first and last control point being the same (coincident ). Open and closed B-spline curves
  • 29.  When the spacing between knot values is constant, the resulting curve is called a uniform B-spline.  The spacing between knot values is not constant and hence ,any values and intervals can be specified for the knot vector the curve is called a non uniform B-spline .  Different intervals which can be used to adjust spline shapes . Uniform and non uniform B-spline curves
  • 30.
  • 31.  Rational curves is defined as ratio of two polynomials.  Non rational curves is defined by one polynomials.  The most widely used rational curves are non uniform rational B-splines (NURBS)  NURBS is capable of representing in a single form non –rational B-splines and Bezier curves as well as linear and quadratic analytic curves. Rational Curves
  • 32.  Add weights to each points  Unweighted :  Where  Weighted NURBS- Non Uniform Rational B- Splines
  • 33. NURBS
  • 34.  Rational curve can handle both analytical and synthetic curves.  Rational curve represents a point with homogenous coordinate system where a 3D coordinate system is expressed as (wi x, wi y ,wi z,wi).  Using same control points with different weights ,different curves can be generated.  The weight associated with each control point can affect the curve locally and the curve is pulled towards the control point with increases valued of its weight wi. Characteristics of Rational curves