|
CPP02 1.0
|
ファイル | |
| bsp.cpp | |
| Implementation of the bsp function to check if a point is inside a triangle. | |
| Fixed.cpp | |
| Implementation of the Fixed class with overloaded operators and min/max functions. | |
| Fixed.hpp | |
| Header file for the Fixed class representing fixed-point numbers with overloaded operators and min/max functions. | |
| main.cpp | |
| Main entry point for Exercise 03 of C++ Module 02. | |
| Makefile | |
| Point.cpp | |
| Implementation of the Point class representing a 2D point. | |
| Point.hpp | |
| Header file for the Point class representing a 2D point with Fixed coordinates. | |