Three dimensional scaling vector.
Public Member Functions | |
__init__ () | |
Constructor. | |
__init__ (float pValue) | |
Constructor from array. | |
__init__ (float p1, float p2, float p3=1.0) | |
Constructor. | |
Init () | |
Init Initialization function. |
__init__ | ( | ) |
__init__ | ( | float | pValue | ) |
Constructor from array.
pValue | Array to take values from. |
Constructor.
p1 | First element |
p2 | Second element. |
p3 | Third element(default=1.0). |
Init | ( | ) |