Difference between revisions of "Matrix:duplicate"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2021.11<br/> '''Class:''' Matrix<br/> === Description === Returns a copy of the matrix. <source lang="lua"> (matrix) = Matrix:du...") |
|||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Returns a copy of the matrix. | Returns a copy of the matrix. | ||
− | |||
<source lang="lua"> | <source lang="lua"> | ||
(matrix) = Matrix:duplicate() | (matrix) = Matrix:duplicate() | ||
Line 11: | Line 10: | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (matrix) | + | '''Returns''' (matrix) a copy of this matrix |
{{Matrix}} | {{Matrix}} |
Revision as of 22:49, 17 March 2022
Available since: Gideros 2021.11
Class: Matrix
Description
Returns a copy of the matrix.
(matrix) = Matrix:duplicate()
Return values
Returns (matrix) a copy of this matrix
- Matrix
- Matrix.fromSRT
- Matrix.new
- Matrix:duplicate
- Matrix:getAnchorPosition
- Matrix:getElements
- Matrix:getM11
- Matrix:getM12
- Matrix:getM21
- Matrix:getM22
- Matrix:getMatrix
- Matrix:getPosition
- Matrix:getRotationX
- Matrix:getRotationY
- Matrix:getRotationZ
- Matrix:getScale
- Matrix:getScaleX
- Matrix:getScaleY
- Matrix:getScaleZ
- Matrix:getTx
- Matrix:getTy
- Matrix:getTz
- Matrix:getX
- Matrix:getY
- Matrix:getZ
- Matrix:invert
- Matrix:multiply
- Matrix:orthographicProjection
- Matrix:perspectiveProjection
- Matrix:rotate
- Matrix:scale
- Matrix:setAnchorPosition
- Matrix:setElements
- Matrix:setM11
- Matrix:setM12
- Matrix:setM21
- Matrix:setM22
- Matrix:setMatrix
- Matrix:setPosition
- Matrix:setRotationX
- Matrix:setRotationY
- Matrix:setRotationZ
- Matrix:setScale
- Matrix:setScaleX
- Matrix:setScaleY
- Matrix:setScaleZ
- Matrix:setTx
- Matrix:setTy
- Matrix:setTz
- Matrix:setX
- Matrix:setY
- Matrix:setZ
- Matrix:transformPoint
- Matrix:translate