Click or drag to resize
AB4D logo

MathUtilsIsSame(Vector3D, Vector3D) Method

Returns true if the specified Vector3D are same (taking double precision errors into account).

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static bool IsSame(
	Vector3D vector1,
	Vector3D vector2
)

Parameters

vector1  Vector3D
first Vector3D
vector2  Vector3D
second Vector3D

Return Value

Boolean
true if value1 is same as value2
See Also