Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide2.QtGui »

Classe « QMatrix4x4 »

Informations générales

Héritage

builtins.object
    Object
        QMatrix4x4

Définition

class QMatrix4x4(Object):

Description [extrait de QMatrix4x4.__doc__]

QMatrix4x4(self)
QMatrix4x4(self, m11: float, m12: float, m13: float, m14: float, m21: float, m22: float, m23: float, m24: float, m31: float, m32: float, m33: float, m34: float, m41: float, m42: float, m43: float, m44: float)
QMatrix4x4(self, matrix: PySide2.QtGui.QMatrix)
QMatrix4x4(self, transform: PySide2.QtGui.QTransform)
QMatrix4x4(self, values: typing.Sequence[float])

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]
__init__(self, /, *args, **kwargs) Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__]

Liste des opérateurs

Signature de l'opérateur Description
__add__(self, m2: PySide2.QtGui.QMatrix4x4) -> PySide2.QtGui.QMatrix4x4 __add__(self, m2: PySide2.QtGui.QMatrix4x4) -> PySide2.QtGui.QMatrix4x4 [extrait de __add__.__doc__]
__eq__(self, value) Return self==value. [extrait de __eq__.__doc__]
__ge__(self, value) Return self>=value. [extrait de __ge__.__doc__]
__getitem__(self, key) Return self[key]. [extrait de __getitem__.__doc__]
__gt__(self, value) Return self>value. [extrait de __gt__.__doc__]
__iadd__(self, other: PySide2.QtGui.QMatrix4x4) -> PySide2.QtGui.QMatrix4x4 __iadd__(self, other: PySide2.QtGui.QMatrix4x4) -> PySide2.QtGui.QMatrix4x4 [extrait de __iadd__.__doc__]
__imul__ __imul__(self, factor: float) -> PySide2.QtGui.QMatrix4x4 [extrait de __imul__.__doc__]
__isub__(self, other: PySide2.QtGui.QMatrix4x4) -> PySide2.QtGui.QMatrix4x4 __isub__(self, other: PySide2.QtGui.QMatrix4x4) -> PySide2.QtGui.QMatrix4x4 [extrait de __isub__.__doc__]
__le__(self, value) Return self<=value. [extrait de __le__.__doc__]
__lshift__(self, arg__1: PySide2.QtCore.QDataStream) -> PySide2.QtCore.QDataStream __lshift__(self, arg__1: PySide2.QtCore.QDataStream) -> PySide2.QtCore.QDataStream [extrait de __lshift__.__doc__]
__lt__(self, value) Return self<value. [extrait de __lt__.__doc__]
__mul__ __mul__(self, factor: float) -> PySide2.QtGui.QMatrix4x4 [extrait de __mul__.__doc__]
__ne__(self, value) Return self!=value. [extrait de __ne__.__doc__]
__neg__(self) -> PySide2.QtGui.QMatrix4x4 __neg__(self) -> PySide2.QtGui.QMatrix4x4 [extrait de __neg__.__doc__]
__radd__(self, value) Return value+self. [extrait de __radd__.__doc__]
__rlshift__(self, value) Return value<<self. [extrait de __rlshift__.__doc__]
__rmul__(self, value) Return value*self. [extrait de __rmul__.__doc__]
__rrshift__(self, value) Return value>>self. [extrait de __rrshift__.__doc__]
__rshift__(self, arg__1: PySide2.QtCore.QDataStream) -> PySide2.QtCore.QDataStream __rshift__(self, arg__1: PySide2.QtCore.QDataStream) -> PySide2.QtCore.QDataStream [extrait de __rshift__.__doc__]
__rsub__(self, value) Return value-self. [extrait de __rsub__.__doc__]
__rtruediv__(self, value) Return value/self. [extrait de __rtruediv__.__doc__]
__sub__(self, m2: PySide2.QtGui.QMatrix4x4) -> PySide2.QtGui.QMatrix4x4 __sub__(self, m2: PySide2.QtGui.QMatrix4x4) -> PySide2.QtGui.QMatrix4x4 [extrait de __sub__.__doc__]
__truediv__(self, value) Return self/value. [extrait de __truediv__.__doc__]

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__copy__(self) __copy__(self) [extrait de __copy__.__doc__]
__dummy(self, arg__1: typing.Sequence[float]) __dummy(self, arg__1: typing.Sequence[float]) [extrait de __dummy.__doc__]
__reduce__(self) -> object __reduce__(self) -> object [extrait de __reduce__.__doc__]
__repr__(self) -> object __repr__(self) -> object [extrait de __repr__.__doc__]
column(self, index: int) -> PySide2.QtGui.QVector4D column(self, index: int) -> PySide2.QtGui.QVector4D [extrait de column.__doc__]
copyDataTo(self) -> float copyDataTo(self) -> float [extrait de copyDataTo.__doc__]
data(self) -> typing.List[float] data(self) -> typing.List[float] [extrait de data.__doc__]
determinant(self) -> float determinant(self) -> float [extrait de determinant.__doc__]
fill(self, value: float) fill(self, value: float) [extrait de fill.__doc__]
flipCoordinates(self) flipCoordinates(self) [extrait de flipCoordinates.__doc__]
frustum(self, left: float, right: float, bottom: float, top: float, nearPlane: float, farPlane: float) frustum(self, left: float, right: float, bottom: float, top: float, nearPlane: float, farPlane: float) [extrait de frustum.__doc__]
inverted(self) -> typing.Tuple[PySide2.QtGui.QMatrix4x4, bool] inverted(self) -> typing.Tuple[PySide2.QtGui.QMatrix4x4, bool] [extrait de inverted.__doc__]
isAffine(self) -> bool isAffine(self) -> bool [extrait de isAffine.__doc__]
isIdentity(self) -> bool isIdentity(self) -> bool [extrait de isIdentity.__doc__]
lookAt(self, eye: PySide2.QtGui.QVector3D, center: PySide2.QtGui.QVector3D, up: PySide2.QtGui.QVector3D) lookAt(self, eye: PySide2.QtGui.QVector3D, center: PySide2.QtGui.QVector3D, up: PySide2.QtGui.QVector3D) [extrait de lookAt.__doc__]
map map(self, point: PySide2.QtCore.QPoint) -> PySide2.QtCore.QPoint [extrait de map.__doc__]
mapRect mapRect(self, rect: PySide2.QtCore.QRect) -> PySide2.QtCore.QRect [extrait de mapRect.__doc__]
mapVector(self, vector: PySide2.QtGui.QVector3D) -> PySide2.QtGui.QVector3D mapVector(self, vector: PySide2.QtGui.QVector3D) -> PySide2.QtGui.QVector3D [extrait de mapVector.__doc__]
normalMatrix(self) -> PySide2.QtGui.QMatrix3x3 normalMatrix(self) -> PySide2.QtGui.QMatrix3x3 [extrait de normalMatrix.__doc__]
optimize(self) optimize(self) [extrait de optimize.__doc__]
ortho ortho(self, left: float, right: float, bottom: float, top: float, nearPlane: float, farPlane: float) [extrait de ortho.__doc__]
perspective(self, verticalAngle: float, aspectRatio: float, nearPlane: float, farPlane: float) perspective(self, verticalAngle: float, aspectRatio: float, nearPlane: float, farPlane: float) [extrait de perspective.__doc__]
rotate rotate(self, angle: float, vector: PySide2.QtGui.QVector3D) [extrait de rotate.__doc__]
row(self, index: int) -> PySide2.QtGui.QVector4D row(self, index: int) -> PySide2.QtGui.QVector4D [extrait de row.__doc__]
scale scale(self, factor: float) [extrait de scale.__doc__]
setColumn(self, index: int, value: PySide2.QtGui.QVector4D) setColumn(self, index: int, value: PySide2.QtGui.QVector4D) [extrait de setColumn.__doc__]
setRow(self, index: int, value: PySide2.QtGui.QVector4D) setRow(self, index: int, value: PySide2.QtGui.QVector4D) [extrait de setRow.__doc__]
setToIdentity(self) setToIdentity(self) [extrait de setToIdentity.__doc__]
toAffine(self) -> PySide2.QtGui.QMatrix toAffine(self) -> PySide2.QtGui.QMatrix [extrait de toAffine.__doc__]
toTransform toTransform(self) -> PySide2.QtGui.QTransform [extrait de toTransform.__doc__]
translate translate(self, vector: PySide2.QtGui.QVector3D) [extrait de translate.__doc__]
transposed(self) -> PySide2.QtGui.QMatrix4x4 transposed(self) -> PySide2.QtGui.QMatrix4x4 [extrait de transposed.__doc__]
viewport viewport(self, left: float, bottom: float, width: float, height: float, nearPlane: float = 0.0, farPlane: float = 1.0) [extrait de viewport.__doc__]

Méthodes héritées de la classe Object

__init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__delattr__, __dir__, __format__, __getattribute__, __hash__, __reduce_ex__, __setattr__, __sizeof__, __str__