Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
VisualShaderNodeOuterProduct¶
继承: VisualShaderNode < Resource < RefCounted < Object
计算可视化着色器图中两个向量的外积。
描述¶
OuterProduct
将第一个参数 c
作为列向量(有一列的矩阵),将第二个参数 r
作为行向量(有一行的矩阵),进行线性代数矩阵乘法 c * r
。产生一个矩阵,其行数是 c
的分量数,其列数是 r
的分量数。