Houdini 21.0 ノード APEXノード

transform::Determinant<T>

マトリックスの行列式を計算します。

On this page
Since 20.0

Computes the determinant of a matrix. Some common usages of the determinant are:

入力

m: Matrix3, Matrix4

The matrix used to compute the determinant.

出力

determinant: Float

The value of the determinant.

APEXノード