Click or drag to resize

QuatMultiply Operator (Quat, Vector3)

[Missing <summary> documentation for "M:Godot.Quat.op_Multiply(Godot.Quat,Godot.Vector3)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Quat operator *(
	Quat left,
	Vector3 right
)

Parameters

left
Type: GodotQuat

[Missing <param name="left"/> documentation for "M:Godot.Quat.op_Multiply(Godot.Quat,Godot.Vector3)"]

right
Type: GodotVector3

[Missing <param name="right"/> documentation for "M:Godot.Quat.op_Multiply(Godot.Quat,Godot.Vector3)"]

Return Value

Type: Quat

[Missing <returns> documentation for "M:Godot.Quat.op_Multiply(Godot.Quat,Godot.Vector3)"]

See Also