Click or drag to resize

Basis Constructor (Quat)

Constructs a pure rotation basis matrix from the given quaternion.

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

Parameters

quat
Type: GodotQuat
The quaternion to create the basis from.
See Also