综述
入门
教程
res://
user://
move_and_collide
move_and_slide
move_and_slide_with_snap
import
tool
SCREEN_TEXTURE
DEPTH_TEXTURE
textureSize()
TIME
开发
_set
_get
_get_property_list
scene/
社区
类参考
Inherits: VisualShaderNode < Resource < Reference < Object
计算可视化着色器图中两个向量的外积。
OuterProduct将第一个参数c作为列向量(有一列的矩阵),将第二个参数r作为行向量(有一行的矩阵),进行线性代数矩阵乘法c * r。产生一个矩阵,其行数是c的分量数,其列数是r的分量数。
OuterProduct
c
r
c * r