disguise developers

Designer Plugins

Plugins for Disguise Designer software.

Mat

Base class: _BlipValue

Properties

coefficient : List[float] (Read-Only)

m00 : float

m01 : float

m02 : float

m03 : float

m10 : float

m11 : float

m12 : float

m13 : float

m20 : float

m21 : float

m22 : float

m23 : float

m30 : float

m31 : float

m32 : float

m33 : float

Constructors

__init__(self)

__init__(self, arg0: Mat)

__init__(self, origin: Vec, e: Vec)

__init__(self, origin: Vec, x: Vec, y: Vec, z: Vec)

Methods

compose(self, tr: Mat) -> Mat

getRotation(self) -> Vec

getScale(self) -> Vec

getTranslation(self) -> Vec

inverse(self) -> Mat

perspectiveTransform(self, v: Vec) -> Vec

setAxes(self, arg0: Vec, arg1: Vec, arg2: Vec) -> Mat

setRotation(self, arg0: Vec) -> Mat

setScale(self, arg0: Vec) -> Mat

setTranslation(self, arg0: Vec) -> Mat

transform(self, v: Vec) -> Vec

transformRect(self, r: Rect) -> Rect

transpose(self) -> Mat

Special Methods

__eq__(self, arg0: Mat) -> bool

__ne__(self, arg0: Mat) -> bool

__repr__(self) -> Any