Transform Matrix
Transforms a vector by a matrix.
Parameter Types
Parameter descriptions
InThe vector to transform. This node appends an addtional component onto the
Invector with a value of1.0to make the vector match the dimensions of theMatmatrix. This additional compenent is removed after the transformation completes.MatThe matrix by which to transform the
Invector; the default is the identity matrix.