|
MathUtilsIsSame(Point, Point) Method |
Returns true if the specified Point are same (taking double precision errors into account).
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static bool IsSame(
Point position1,
Point position2
)
Parameters
- position1 Point
- first Point
- position2 Point
- second Point
Return Value
Booleantrue if value1 is same as value2
See Also