3D Polygon Rotation


(1) Introduction

This project is desgined as tool for the understanding of polygons based on computer graphics. It provides concepts in the representation of polygons, which are formed by a list of vertices. The polygons are viewed under a specific viewing system, with the use of hidden removal algorithm.

To simplify this project, the application is written in the powerful language Java:

1. Java creates safe, portable, interactive and object-oriented and multi-threader programs.

2. Java programs under any environment as is not platform speific.

3. Java creates applets, that can react to user input and dynamically change.


(2) Theory


(3) The Applet Page


(4) Classes Defined


(5) Future Developments