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 的分量數。