Skip to content

const

Module: core

Category: mat3dvaluator

Type string: "const"

Parameters

Name Description Default Units
const const []

Description

The const mat3d valuator produces a constant user-defined \(3 \times3\) matrix.

The 9 components of the matrix are specified in row-major order.

Thus, the matrix,

\[ \mathbf{A}=\left[ \begin{matrix} {{a}_{11}} & {{a}_{12}} & {{a}_{13}} \\ {{a}_{21}} & {{a}_{22}} & {{a}_{23}} \\ {{a}_{31}} & {{a}_{32}} & {{a}_{33}} \\ \end{matrix} \right] \]

is specified as follows,

<A>a11,a12,a13,a21,a22,a23,a31,a32,a33</A>