CPP02 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
ex03 ディレクトリリファレンス

ファイル

 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.