waymo-open-dataset
waymo-open-dataset copied to clipboard
Why use clockwise vectors instead of counterclockwise vectors
In the ComputeIntersectionVertices function, CrossMaybeExact was called when calculating advanced_p, but the parameter vector used was clockwise rather than counterclockwise, which is inconsistent with the description in the reference paper. I am curious about the reason, could you please explain it