Click or drag to resize

QuatIsEqualApprox Method

Returns true if this quaternion and `other` are approximately equal, by running IsEqualApprox(Single, Single) on each component.

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

Parameters

other
Type: GodotQuat
The other quaternion to compare.

Return Value

Type: Boolean
Whether or not the quaternions are approximately equal.
See Also