CPP02 1.0
|
Implementation of the Point class representing a 2D point. [詳解]
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 に定義があります。