Basic Concepts
Functions
A one-to-one mapping from the domain to the range:
Note
Height Maps
A height map can be described as:
A height map is a 2D image where each pixel records a height value. It is commonly used to represent terrain.
2D Parametric Curve
In other words:
3D Parametric Curve
In other words:
Texture Mapping
The relationship mapping a texture to an object's surface can be described as:
Here,
Manifolds
- 1-Manifold: A Curve
- 2-Manifold: A Surface
- 3-Manifold: A Volume
Arc-length Integral
Used to calculate the length of a curve:
Continuity
When the left limit and right limit exist and are equal at
Or more formally:
For a given
For the 2D case, we use neighborhoods. Neighborhoods can be described using triangles, rectangles, or circles.
Calculus of Multiple Variables
Partial Derivatives
Gradient Vector
Numerical Calculus
Common numerical methods:
- Taylor Series and Expansion
- Numerical Integration
- Lookup Table
This section belongs to the content of Scientific Computation (COMP5930M).