What is tolerance in IsAlmostEqualTo Method (XYZ, Double)?

Hello @AmolShah
IsAlmostEqualTo determines if 2 vectors are the same (not just if they are parallel).

If you want to check parallelism, an alternative is to define your own function with CrossProduct and / or DotProduct (after normalization of vectors)
an example here

3 Likes