gaoxipeng

Results 12 comments of gaoxipeng
trafficstars

Dear @wassimj , Thank you for your testing and additions. Previously, the IsCollinear function determined whether lines were parallel and adjacent. Now, it checks if points are collinear in a...

Dear @wassimj , Hello, the current function is correct,Thank you for your recognition. but there are some details to consider. Specifically, start_a_coords = np.array([Vertex.X(start_a), Vertex.Y(start_a), Vertex.Z(start_a)]) should also take into...