Click or drag to resize

Vector3Outer Method

Returns the outer product with `b`.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Basis Outer(
	Vector3 b
)

Parameters

b
Type: GodotVector3
The other vector.

Return Value

Type: Basis
A Basis representing the outer product matrix.
See Also