Click or drag to resize

Quat Constructor (Basis)

Constructs a quaternion from the given Basis.

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

Parameters

basis
Type: GodotBasis
The basis to construct from.
See Also