Nodes
multiplyPointByMatrix
Go to:
Related nodes. Attributes.
Multiply a point and a matrix together.
| Node name | Parents | Classification | MFn type | Compatible function sets |
|---|
| multiplyPointByMatrix | node | math:drawdb/shader/operation/multiplyPointByMatrix | kMultiplyPointByMatrix | kBase kNamedObject kDependencyNode kMultiplyPointByMatrix |
Related nodes
multDL, pointMatrixMultDL, multiplyVectorByMatrix, multiplyPointByMatrixDL
Attributes (9)
input, inputX, inputY, inputZ, matrix, output, outputX, outputY, outputZ
| Long name (short name) | Type | Default | Flags |
|---|
|
input
(i)
| double3 | |     |
|
|
|
|
|
matrix
(m)
| matrix | identity |     |
|
|
output
(o)
| double3 | |   |
|
| outputX
(ox)
| double | 0.0 |   | |
|
| outputY
(oy)
| double | 0.0 |   | |
|
| outputZ
(oz)
| double | 0.0 |   | |
|