Click or drag to resize

Quat Constructor (Quat)

Constructs a quaternion from the given quaternion.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Quat(
	Quat q
)

Parameters

q
Type: GodotQuat
The existing quaternion.
See Also