| MaxPlus Python API Reference
    | 
 Inheritance diagram for ScaleValue:
 Inheritance diagram for ScaleValue:| Public Member Functions | |
| def | GetQ (self) | 
| def | GetS (self) | 
| def | SetQ (self, *args) | 
| def | SetS (self, *args) | 
|  Public Member Functions inherited from Wrapper | |
| def | GetUnwrappedPtr (self) | 
| Public Attributes | |
| this | |
| Static Public Attributes | |
| Q = _swig_property(GetQ, SetQ) | |
| S = _swig_property(GetS, SetS) | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
|  Static Public Attributes inherited from Wrapper | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Describes an arbitrary non-uniform scaling in an arbitrary axis system.
| def GetQ | ( | self | ) | 
GetQ(ScaleValue self) -> Quat
| def GetS | ( | self | ) | 
GetS(ScaleValue self) -> Point3
| def SetQ | ( | self, | |
| * | args | ||
| ) | 
SetQ(ScaleValue self, Quat value)
| def SetS | ( | self, | |
| * | args | ||
| ) | 
SetS(ScaleValue self, Point3 value)