if there are two points p1 and p2.and vector of both is ab ..
now if i say -1 < ab < 1 condition true than return F..
is that mean by points p1 and p2 intersect to each other...?
|
if there are two points p1 and p2.and vector of both is ab .. now if i say -1 < ab < 1 condition true than return F.. is that mean by points p1 and p2 intersect to each other...? |
|||||||
|
|
Points can not 'intersect'. They are either equal or they are not. If you create a vector based on points p1 and p2 then the vector will 'intersect' both points because that's what the vector was intended to do. |
|||