Click or drag to resize
AB4D logo

MathUtilsIsSame(Point3D, Point3D) Method

Returns true if the specified Point3D 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(
	Point3D position1,
	Point3D position2
)

Parameters

position1  Point3D
first Point3D
position2  Point3D
second Point3D

Return Value

Boolean
true if value1 is same as value2
See Also