Skip to content

Latest commit

 

History

History

Wong1997

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
See more at http://www.cse.cuhk.edu.hk/~ttwong/papers/udpoint/udpoints.html

Executable Demo

Two executable demonstration programs (sphere and plane) are available for download. Program sphere demonstrates the appearances of various Hammersley and Halton point sets on the sphere. Program plane demonstrates the appearances of various Hammersley and Halton point sets on the 2D plane. Both programs run on Windows.

Running instructions for both programs: When the program (both demo programs) starts, users can press key "1" - "9" and "A" - "B". Each key toggles the drawing of one point set (see the following table):

Key pressed	Point set being drawn or erased
1	Random points with uniform distribution.
2	Hammersley points with p1 = 2.
3	Hammersley points with p1 = 3.
4	Hammersley points with p1 = 5.
5	Hammersley points with p1 = 7.
6	Hammersley points with p1 = 11.
7	Halton points with p1 = 2, p2 = 3.
8	Halton points with p1 = 2, p2 = 5.
9	Halton points with p1 = 2, p2 = 7.
A	Halton points with p1 = 3, p2 = 5.
B	Halton points with p1 = 3, p2 = 7.