Click or drag to resize

UtilityApproximately Method (Quaternion, Quaternion, Single)

Approximately Quaternion with the specified a, b and tolerance.

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool Approximately(
	Quaternion a,
	Quaternion b,
	float tolerance = 0.0001f
)

Parameters

a
Type: Quaternion
The first component.
b
Type: Quaternion
The second component.
tolerance (Optional)
Type: SystemSingle
Tolerance.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:IBM.Watson.DeveloperCloud.Utilities.Utility.Approximately(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single)"]

See Also