Returns the outer product with `b`.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Basis Outer(
Vector3 b
)
Parameters
- b
- Type: GodotVector3
The other vector.
Return Value
Type:
BasisA
Basis representing the outer product matrix.
See Also