Go to: Related nodes. Attributes.

Multiply a point and a matrix together.

Note: This node is deprecated in favor of its unitless version "multiplyPointByMatrix" and may be removed in a future release.

Node nameParentsClassificationMFn typeCompatible function sets
multiplyPointByMatrixDLnodemathLinear:drawdb/shader/operation/multiplyPointByMatrixkMultiplyPointByMatrixkBase
kNamedObject
kDependencyNode
kMultiplyPointByMatrix

Related nodes

multDL, pointMatrixMultDL, multiplyVectorByMatrixDL, multiplyPointByMatrix

Attributes (9)

input, inputX, inputY, inputZ, matrix, output, outputX, outputY, outputZ

Long name (short name)TypeDefaultFlags
input (i) double3inputconnectablestorablekeyable
Input point
inputX (x) distance (double)0.0cminputconnectablestorable
X of input point
inputY (y) distance (double)0.0cminputconnectablestorable
Y of input point
inputZ (z) distance (double)0.0cminputconnectablestorable
Z of input point
matrix (m) matrixidentityinputconnectablestorablekeyable
Matrix to be multiplied
output (o) double3outputconnectable
The product the point and matrix
outputX (ox) distance (double)0.0cmoutputconnectable
Output X
outputY (oy) distance (double)0.0cmoutputconnectable
Output Y
outputZ (oz) distance (double)0.0cmoutputconnectable
Output Z