MaxPlus Python API Reference
ScaleValue Class Reference
+ 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')
 

Detailed Description

Describes an arbitrary non-uniform scaling in an arbitrary axis system.

Member Function Documentation

◆ GetQ()

def GetQ (   self)
GetQ(ScaleValue self) -> Quat

◆ GetS()

def GetS (   self)
GetS(ScaleValue self) -> Point3

◆ SetQ()

def SetQ (   self,
args 
)
SetQ(ScaleValue self, Quat value)

◆ SetS()

def SetS (   self,
args 
)
SetS(ScaleValue self, Point3 value)