Geometric Modeling¶
Overview¶
The topic of geometric modeling focusing on the description of various shapes in different dimensional spaces. Its main two topics are the curves and the surfaces.
We can distinguished open and closed curves and surfaces.
The examination of the join points of the curves is an important part of the topic. It ranks the continuity of the curves at the given point.
Purpose of the topic¶
\(\rhd\) Why are these topics are necessary for software engineers?
Industrial design and applications related to mechanics
Design of visual elements in 2D and 3D
Designing animations
Usage of vector graphical formats
Font faces
Space informatics, mapping
Computer Vision
Literature¶
Jean Gallier: Curves and Surfaces in Geometric modelling: Theory and Algorithms, Department of Computer and Information Science, University of Pennsylvania, 2025.
Farin, J. Hoschek, M.-S. Kim: Handbook of Computer Aided Geometric Design, Elsevier, 2002.
Contents:
- 1. Curves
- 2. Spline interpolation
- 3. Bézier curve
- 3.1. The de Casteljau algorithm
- 3.2. Bernstein polynomial
- 3.3. The parametric form of the Bézier curve
- 3.4. Connection with the de Casteljau algorithm
- 3.5. Properties of the curve
- 3.6. Derivative of the curve
- 3.7. Splitting the curve
- 3.8. Variation diminishing
- 3.9. Bézier-spline
- 3.10. Degree elevation
- 3.11. Polyline approximation
- 3.12. Interpolation
- 3.13. Theoretical questions
- 3.14. Numerical exercises
- 3.15. Programming exercises
- 3.16. Further exercises
- 4. B-Splines
- 5. Rational curves
- 6. Surfaces
- 7. Further surface types
- 8. Alternative modeling methods
- 9. Volumetrikus modellezés
- 10. Képfeldolgozás