DivideScalarMatrix

Divide a matrix by a scalar.

Inputs

Inputs
Name Type Default Description
matrix MatrixPort M44d((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1)) Input matrix.
double DoublePort 0.0 Input scalar

Outputs

Outputs
Name Type Default Description
out MatrixPort M44d((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1)) Output matrix