CPP02 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
Point.cpp ファイル

Implementation of the Point class representing a 2D point. [詳解]

#include "Point.hpp"
#include <iostream>
Point.cpp の依存先関係図:

[ソースコード]

詳解

Implementation of the Point class representing a 2D point.

This file defines the member functions of the Point class, including constructors (default, float-based, copy), copy assignment operator, destructor, and accessor methods to retrieve the x and y coordinates as Fixed objects. The x and y coordinates are constant Fixed members.

Point.cpp に定義があります。