Click or drag to resize

UtilityApproximately Method (Vector3, Vector3, Single)

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool Approximately(
	Vector3 a,
	Vector3 b,
	float tolerance = 0.0001f
)

Parameters

a
Type: Vector3
b
Type: Vector3
tolerance (Optional)
Type: SystemSingle

Return Value

Type: Boolean
See Also