Constructs a pure rotation basis matrix from the given quaternion.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Basis(
Quat quat
)
Parameters
- quat
- Type: GodotQuat
The quaternion to create the basis from.
See Also