|
Foxit PDF SDK
|
Additional Inherited Members | |
Public Member Functions inherited from CFX_PSVTemplate< baseType > | |
| CFX_PSVTemplate () | |
| Constructor. | |
| CFX_PSVTemplate (baseType new_x, baseType new_y) | |
| Constructor, with parameters. More... | |
| CFX_PSVTemplate (const CFX_PSVTemplate &other) | |
| Copy constructor. More... | |
| void | Add (baseType x, baseType y) |
| Add a point. More... | |
| FXT_PSV & | operator*= (baseType lamda) |
| Overload operator *=. More... | |
| FXT_PSV & | operator+= (const FXT_PSV &obj) |
| Overload operator +=. More... | |
| FXT_PSV & | operator-= (const FXT_PSV &obj) |
| Overload operator -=. More... | |
| FXT_PSV & | operator/= (baseType lamda) |
| Overload operator /=. More... | |
| void | Reset () |
| Reset to the base point. More... | |
| void | Set (baseType x, baseType y) |
| Set values. More... | |
| void | Set (const FXT_PSV &psv) |
| Set values. More... | |
| void | Subtract (baseType x, baseType y) |
| Subtract a point. More... | |
Public Attributes inherited from CFX_PSVTemplate< baseType > | |
| baseType | x |
| x coordinate of the point. | |
| baseType | y |
| y coordinate of the point. | |
The class represents vector template.