Basic Concepts
Functions
A one-to-one mapping from the domain to the range:
Note
represents the one-dimensional real number domain.
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: where is a two-dimensional coordinate point (x, y).
3D Parametric Curve
In other words: where is a three-dimensional coordinate point (x, y, z).
Texture Mapping
The relationship mapping a texture to an object's surface can be described as:
Here, represents the texture domain (u, v), and represents the spatial domain (x, y, z).
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 , then is continuous at , also known as continuity.
Or more formally:
For a given , there exists such that if , then .
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).
