| |
A type to hold a coordinate type class.
The type must provide a copy constructor, assignment, comparison
operators, negation, multiplication, division and allow the
declaration and initialization with a small integer constant
(cf. requirements for number types). Precondition: An obvious choice would be coordinate type of the point class.
|
Only a default constructor is required. Note that further constructors can be provided.
| |
A default constructor.
|