Click or drag to resize

QuatInverse Method

Returns the inverse of the quaternion.

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

Return Value

Type: Quat
The inverse quaternion.
See Also