The arithmetic operators for wxPoint and wxRealPoint are quite repetitive and were made by copy-paste from the wxSize operators. Because of that, some of the names are a bit misleading which this commit changes. The changes are: 1. replace s/sz with p/pt for point variables (likely 's' comes from copied code used for wxSize variables) 2. replace 'i' with 'f' for floating point types (likely 'i' comes from copied code used for integer types) 3. replace 'factor' with 'divisor' for division operations (factors are the multiplication operands, not division) |
||
|---|---|---|
| .. | ||
| msvc/wx | ||
| wx | ||