VisualShaderNodeOuterProduct

继承: VisualShaderNode < Resource < RefCounted < Object

计算可视化着色器图中两个向量的外积。

描述

OuterProduct 将第一个参数 c 作为列向量(有一列的矩阵),将第二个参数 r 作为行向量(有一行的矩阵),进行线性代数矩阵乘法 c * r。产生一个矩阵,其行数是 c 的分量数,其列数是 r 的分量数。

Previous Next


© 版权所有 2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0). Revision b1c660f7.

Built with Sphinx using a theme provided by Read the Docs.