General Error
|
Code
|
Code
|
Description
|
LINE_ER_PARALLEL
|
200001
|
0x30d41
|
Input lines are parallel when looking for
intersection point, bisect point or included angle
|
LINE_ER_INTERSECT
|
200002
|
0x30d42
|
Less than 2 points found when computing the
intersection of a line and a rectangle
|
LINE_ER_NORMALIZE
|
200003
|
0x30d43
|
Cannot normalize the input line when
computing point-to-line distance, or normal to a line through a
point
|
LINE_ER_POINT_COUNT
|
200004
|
0x30d44
|
Not enough points to fit a line
|
LINE_ER_BAD_FIT
|
200005
|
0x30d45
|
Not enough points used for a line fit
(<30%)
|