ScaleValue Class Reference

Class Description

Describes an arbitrary non-uniform scaling in an arbitrary axis system.
+ 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

tuple Q = _swig_property(GetQ, SetQ)
 
tuple S = _swig_property(GetS, SetS)
 
tuple 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
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

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)