Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public bool IsEqualApprox(
Quat other
)
Parameters
- other
- Type: GodotQuat
The other quaternion to compare.
Return Value
Type:
BooleanWhether or not the quaternions are approximately equal.
See Also