Additional Inherited Members | |
![]() | |
CFX_PSVTemplate () | |
Constructor. | |
CFX_PSVTemplate (baseType new_x, baseType new_y) | |
Constructor, with parameters. More... | |
CFX_PSVTemplate (const CFX_PSVTemplate &other) | |
Constructor, with another object. More... | |
void | Add (baseType x, baseType y) |
Add values. 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 values to 0. 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 values. More... | |
![]() | |
baseType | x |
Value x. | |
baseType | y |
Value y. | |
The class represents vector template.