SlideShare a Scribd company logo
1 of 15
From Polygons to Quadratics:
Understanding 3D Object
Representation in Computer
Graphics
OUTLINE
•Introduction
•Polygon Surfaces
•Quadratic Surfaces
•Comparison between Polygon and Quadratic Surfaces
INTRODUCTION
A polygon is a closed shape consisting of a sequence of line segments. Each line segment is
joined to the next at its endpoint, and the last line segment connects back to the first.
A frequently used class of objects are the quadric surfaces, which are described with
second-degree equations (quadratics). They include spheres, ellipsoids, tori,
paraboloids, and hyperboloids.
3d representation:
Growing popularity of 3D displays is leading to growing demand to create3D models of
scenes from photographs. From a single image, 3D reconstruction requires interpreting
the pixels of the image as surfaces with depths and orientations.
3d object representation has divided in to 2 types
• Boundary Representations (B-reps) −
• It describes a 3D object as a set of surfaces that separates the object interior from the
environment.
• Space–partitioning representations −
• It is used to describe interior properties, by partitioning the spatial region containing
an object into a set of small, non-overlapping, contiguous solids (usually cubes).
3D object representation.
3D Object Representation :
Polygon Surfaces :
• The most commonly used representation for a 3D graphics object.
• It is a set of surface polygons that enclose the object interior.
• Set of polygons are stored for object description.
• This simplifies and speeds up the surface rendering and display of object since all
surfaces can be described with linear equations
3d Object Representation :
Polygon Surfaces Three ways to represent polygon surfaces
1. Polygon Tables
2. Plane Equations
3. Polygon Meshes
Polygon Tables The object is store by using three tables
1. Vertex Table
2. Edge table
3. Polygon-Surface table
Polygon tables
Plane Equations
• The equation for plane surface can be expressed as Ax + By + Cz + D = 0
• Where (x, y, z) is any point on the plane, and the coefficients A, B, C, and D are
constants describing the spatial properties of the plane.
• We can obtain the values of A, B, C, and D by solving a set of three plane
equations using the coordinate values for three non collinear points in the plane.
Let us assume that three vertices of the plane are (x1 , y1 , z1 ), (x2 , y2 , z2 ) and
(x3 , y3 , z3 ).
• Let us assume that three vertices of the plane are (x1 , y1 , z1 ), (x2 , y2 , z2 ) and
(x3 , y3 , z3 ).
Plane Equations
• Let us solve the following simultaneous equations for ratios A/D, B/D, and C/D.
You get the values of A, B, C, and D. (A/D) x1 + (B/D) y1 + (C/D) z1 = -1 (A/D) x2 +
(B/D) y2 + (C/D) z2 = -1 (A/D) x3 + (B/D) y3 + (C/D) z3 = -1
Polygon Meshes
Polygon Meshes 3D surfaces and solids can be approximated by a set of polygonal and line
elements. Such surfaces are called polygonal meshes. In polygon mesh, each edge is shared by at
most two polygons. The set of polygons or faces, together form the “skin” of the object.
It is used in computer games and animations,. Virtual reality.
It is used in medical department , to create 3d objects.
It can be used to create 3d models for games and films.
It is used in medical imaging. It is used to create 3D models of the human body for
medical research and surgery planning.
It is used in computer games and animation. Due to its lightweight nature, it is well-
suited for real-time applications. It is also used in virtual realityIt is used in computer
games and animation. Due to its lightweight nature, it is well-suited for real-time
applications. It is also used in virtual reality is used in computer games and animation.
Due to its lightweight nature, it is well-suited for real-time applications. It is also used in
virtual reality
It is used in computer games and animation. Due to its lightweight nature, it is well-
real-time applications. It is also used in virtual reality
Quadric surfaces
A frequently used class of objects are the quadric surfaces, which are described with
second-degree equations (quadratics). They include spheres, ellipsoids, tori,
paraboloids, and hyperboloids.
● Quadric surfaces, particularly spheres and ellips are common elements of
graphics scenes, and they are often available in Quadric Surfaces graphics packages as
primitives horn which more complex objects can be constructed
sphere
A sphere is the graph of an equation of the form x2 + y2 + z2 = p2 for some real number p. The radius of the sphere
is p .
ellipsoidal
• An ellipsoidal surface can be described as an extension of a spherical surface, where the radii in
three mutually perpendicular directions can have different values.
• The Cartesian representation for points over the surface of an ellipsoid center.
DIFFERENCE POLYGON SURFACE QUADRATIC SURFACE
BASIC REPRESENTATION Objects are represented using a collection of flat
polygons (usually triangles or quadrilaterals).
These equations define smooth surfaces
and can represent a wide range of
shapes, including curves and more
complex surfaces.
SMOOTHNESS Smooth surfaces may require a high polygon
count.
represent curves and surfaces with high
precision without the need for a large
number of data points.
COMPLEXITY Well-suited for representing simple shapes and
objects with flat or planar surfaces
More versatile in representing complex
shapes, including curved surfaces and
objects with intricate geometries
RENDERING PERFORMANCE Generally faster to render, especially in real-time
applications, due to their simple representation
May require more computational
resources for rendering, especially for
complex surfaces.
EDITING AND MODELLING Easy to edit and model, especially for artists and
designers.
Editing and modeling may involve
manipulating mathematical equations,
which can be less intuitive for artists.
THANK YOU

More Related Content

Similar to From Polygons to Quadratics.pptx

Visualising-solid-shapes-ppt.pptx
Visualising-solid-shapes-ppt.pptxVisualising-solid-shapes-ppt.pptx
Visualising-solid-shapes-ppt.pptxSavidha Nair
 
Geometry theory
Geometry theoryGeometry theory
Geometry theoryhalo4robo
 
3D Transformation in Computer Graphics
3D Transformation in Computer Graphics3D Transformation in Computer Graphics
3D Transformation in Computer Graphicssabbirantor
 
Ha4 geometric theory
Ha4   geometric theoryHa4   geometric theory
Ha4 geometric theoryJordanSmith96
 
Visualising solid shapes
Visualising solid shapesVisualising solid shapes
Visualising solid shapesDeep Sharma
 
visualising-solid-shapes-ppt.pdf
visualising-solid-shapes-ppt.pdfvisualising-solid-shapes-ppt.pdf
visualising-solid-shapes-ppt.pdfSuryansh98
 
Visualising solid shapes, ppt
Visualising solid shapes, pptVisualising solid shapes, ppt
Visualising solid shapes, pptShivam Mittal
 
Implicit Interpolation Analytical Curves
Implicit Interpolation Analytical CurvesImplicit Interpolation Analytical Curves
Implicit Interpolation Analytical CurvesSharath Kumar
 
mathpsy2012 poster_Shweta_3(1)
mathpsy2012 poster_Shweta_3(1)mathpsy2012 poster_Shweta_3(1)
mathpsy2012 poster_Shweta_3(1)Shweta Gupte
 
6 texture mapping computer graphics
6 texture mapping computer graphics6 texture mapping computer graphics
6 texture mapping computer graphicscairo university
 
Class 6 presentation
Class 6 presentationClass 6 presentation
Class 6 presentationlaura_gerold
 
Surface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingSurface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingNAXA-Developers
 
History,applications,algebra and mathematical form of plane in mathematics (p...
History,applications,algebra and mathematical form of plane in mathematics (p...History,applications,algebra and mathematical form of plane in mathematics (p...
History,applications,algebra and mathematical form of plane in mathematics (p...guesta62dea
 
Extra ways to see: An Artist's Guide to Map Operations
Extra ways to see: An Artist's Guide to Map OperationsExtra ways to see: An Artist's Guide to Map Operations
Extra ways to see: An Artist's Guide to Map Operationsjmallos
 
Mesh final pzn_geo1004_2015_f3_2017
Mesh final pzn_geo1004_2015_f3_2017Mesh final pzn_geo1004_2015_f3_2017
Mesh final pzn_geo1004_2015_f3_2017Pirouz Nourian
 
Benefits Of Innovative 3d Graph Techniques In Construction Industry
Benefits Of Innovative 3d Graph Techniques In Construction IndustryBenefits Of Innovative 3d Graph Techniques In Construction Industry
Benefits Of Innovative 3d Graph Techniques In Construction IndustryA Makwana
 

Similar to From Polygons to Quadratics.pptx (20)

Visualising-solid-shapes-ppt.pptx
Visualising-solid-shapes-ppt.pptxVisualising-solid-shapes-ppt.pptx
Visualising-solid-shapes-ppt.pptx
 
Geometry theory
Geometry theoryGeometry theory
Geometry theory
 
3D Transformation in Computer Graphics
3D Transformation in Computer Graphics3D Transformation in Computer Graphics
3D Transformation in Computer Graphics
 
427lects
427lects427lects
427lects
 
Ha4 geometric theory
Ha4   geometric theoryHa4   geometric theory
Ha4 geometric theory
 
Visualising solid shapes
Visualising solid shapesVisualising solid shapes
Visualising solid shapes
 
visualising-solid-shapes-ppt.pdf
visualising-solid-shapes-ppt.pdfvisualising-solid-shapes-ppt.pdf
visualising-solid-shapes-ppt.pdf
 
Visualising solid shapes, ppt
Visualising solid shapes, pptVisualising solid shapes, ppt
Visualising solid shapes, ppt
 
Notes04.pdf
Notes04.pdfNotes04.pdf
Notes04.pdf
 
Implicit Interpolation Analytical Curves
Implicit Interpolation Analytical CurvesImplicit Interpolation Analytical Curves
Implicit Interpolation Analytical Curves
 
mathpsy2012 poster_Shweta_3(1)
mathpsy2012 poster_Shweta_3(1)mathpsy2012 poster_Shweta_3(1)
mathpsy2012 poster_Shweta_3(1)
 
Graphics
GraphicsGraphics
Graphics
 
6 texture mapping computer graphics
6 texture mapping computer graphics6 texture mapping computer graphics
6 texture mapping computer graphics
 
Class 6 presentation
Class 6 presentationClass 6 presentation
Class 6 presentation
 
Surface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingSurface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical Mapping
 
History,applications,algebra and mathematical form of plane in mathematics (p...
History,applications,algebra and mathematical form of plane in mathematics (p...History,applications,algebra and mathematical form of plane in mathematics (p...
History,applications,algebra and mathematical form of plane in mathematics (p...
 
Extra ways to see: An Artist's Guide to Map Operations
Extra ways to see: An Artist's Guide to Map OperationsExtra ways to see: An Artist's Guide to Map Operations
Extra ways to see: An Artist's Guide to Map Operations
 
Mesh final pzn_geo1004_2015_f3_2017
Mesh final pzn_geo1004_2015_f3_2017Mesh final pzn_geo1004_2015_f3_2017
Mesh final pzn_geo1004_2015_f3_2017
 
Benefits Of Innovative 3d Graph Techniques In Construction Industry
Benefits Of Innovative 3d Graph Techniques In Construction IndustryBenefits Of Innovative 3d Graph Techniques In Construction Industry
Benefits Of Innovative 3d Graph Techniques In Construction Industry
 
Drawing chapter 03 orthographic projection (1)
Drawing chapter 03 orthographic projection (1)Drawing chapter 03 orthographic projection (1)
Drawing chapter 03 orthographic projection (1)
 

Recently uploaded

How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 

Recently uploaded (20)

How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 

From Polygons to Quadratics.pptx

  • 1. From Polygons to Quadratics: Understanding 3D Object Representation in Computer Graphics
  • 3. INTRODUCTION A polygon is a closed shape consisting of a sequence of line segments. Each line segment is joined to the next at its endpoint, and the last line segment connects back to the first. A frequently used class of objects are the quadric surfaces, which are described with second-degree equations (quadratics). They include spheres, ellipsoids, tori, paraboloids, and hyperboloids. 3d representation: Growing popularity of 3D displays is leading to growing demand to create3D models of scenes from photographs. From a single image, 3D reconstruction requires interpreting the pixels of the image as surfaces with depths and orientations.
  • 4. 3d object representation has divided in to 2 types • Boundary Representations (B-reps) − • It describes a 3D object as a set of surfaces that separates the object interior from the environment. • Space–partitioning representations − • It is used to describe interior properties, by partitioning the spatial region containing an object into a set of small, non-overlapping, contiguous solids (usually cubes). 3D object representation.
  • 5. 3D Object Representation : Polygon Surfaces : • The most commonly used representation for a 3D graphics object. • It is a set of surface polygons that enclose the object interior. • Set of polygons are stored for object description. • This simplifies and speeds up the surface rendering and display of object since all surfaces can be described with linear equations
  • 6. 3d Object Representation : Polygon Surfaces Three ways to represent polygon surfaces 1. Polygon Tables 2. Plane Equations 3. Polygon Meshes
  • 7. Polygon Tables The object is store by using three tables 1. Vertex Table 2. Edge table 3. Polygon-Surface table
  • 9. Plane Equations • The equation for plane surface can be expressed as Ax + By + Cz + D = 0 • Where (x, y, z) is any point on the plane, and the coefficients A, B, C, and D are constants describing the spatial properties of the plane. • We can obtain the values of A, B, C, and D by solving a set of three plane equations using the coordinate values for three non collinear points in the plane. Let us assume that three vertices of the plane are (x1 , y1 , z1 ), (x2 , y2 , z2 ) and (x3 , y3 , z3 ). • Let us assume that three vertices of the plane are (x1 , y1 , z1 ), (x2 , y2 , z2 ) and (x3 , y3 , z3 ). Plane Equations • Let us solve the following simultaneous equations for ratios A/D, B/D, and C/D. You get the values of A, B, C, and D. (A/D) x1 + (B/D) y1 + (C/D) z1 = -1 (A/D) x2 + (B/D) y2 + (C/D) z2 = -1 (A/D) x3 + (B/D) y3 + (C/D) z3 = -1
  • 10.
  • 11. Polygon Meshes Polygon Meshes 3D surfaces and solids can be approximated by a set of polygonal and line elements. Such surfaces are called polygonal meshes. In polygon mesh, each edge is shared by at most two polygons. The set of polygons or faces, together form the “skin” of the object. It is used in computer games and animations,. Virtual reality. It is used in medical department , to create 3d objects. It can be used to create 3d models for games and films. It is used in medical imaging. It is used to create 3D models of the human body for medical research and surgery planning. It is used in computer games and animation. Due to its lightweight nature, it is well- suited for real-time applications. It is also used in virtual realityIt is used in computer games and animation. Due to its lightweight nature, it is well-suited for real-time applications. It is also used in virtual reality is used in computer games and animation. Due to its lightweight nature, it is well-suited for real-time applications. It is also used in virtual reality It is used in computer games and animation. Due to its lightweight nature, it is well- real-time applications. It is also used in virtual reality
  • 12. Quadric surfaces A frequently used class of objects are the quadric surfaces, which are described with second-degree equations (quadratics). They include spheres, ellipsoids, tori, paraboloids, and hyperboloids. ● Quadric surfaces, particularly spheres and ellips are common elements of graphics scenes, and they are often available in Quadric Surfaces graphics packages as primitives horn which more complex objects can be constructed sphere A sphere is the graph of an equation of the form x2 + y2 + z2 = p2 for some real number p. The radius of the sphere is p .
  • 13. ellipsoidal • An ellipsoidal surface can be described as an extension of a spherical surface, where the radii in three mutually perpendicular directions can have different values. • The Cartesian representation for points over the surface of an ellipsoid center.
  • 14. DIFFERENCE POLYGON SURFACE QUADRATIC SURFACE BASIC REPRESENTATION Objects are represented using a collection of flat polygons (usually triangles or quadrilaterals). These equations define smooth surfaces and can represent a wide range of shapes, including curves and more complex surfaces. SMOOTHNESS Smooth surfaces may require a high polygon count. represent curves and surfaces with high precision without the need for a large number of data points. COMPLEXITY Well-suited for representing simple shapes and objects with flat or planar surfaces More versatile in representing complex shapes, including curved surfaces and objects with intricate geometries RENDERING PERFORMANCE Generally faster to render, especially in real-time applications, due to their simple representation May require more computational resources for rendering, especially for complex surfaces. EDITING AND MODELLING Easy to edit and model, especially for artists and designers. Editing and modeling may involve manipulating mathematical equations, which can be less intuitive for artists.