0
Anonymous
what is the vertical of a line segament
Wiki User
Rectangle
35 degrees
they are the dots one the linesegment
There will a part like this: typedef struct Point { double x, y; } Point; typedef struct LineSegment { Point from, to; } LineSegment;