answersLogoWhite

0


Best Answer

A point

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Name the intersection of a line and a segment not on the line?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How is a line different from a line segment?

A line is basically a combination of two joined rays pointing in opposite directions. A line has no endpoints and a line segment has two. <--------------> line ---------------> or <------------ ray .________. line segment (It's supposed to be a line with dots at the end to signify endpoint)


Where are global variables tored?

In a segment of memory, whose name is 'data segment'


Difference between boundary fill algorithm and scanline polygon fill algorithm?

in scan line polygon fill, each can line crossing a polygon, the area fill algorithm locates the intersection point of the scan line with the polygon edges. These intersection points are then stored from left to right and the corresponding frame buffer positions between each intersection painr are set to the specified fill color. In boundary fill, approach to area filling is to start at a point inside a region and paint the interior outward toward and the boundary.


How many types of pulse width modulation techniques are there?

as many as there are ways to place points on a line segment


Which line has all reserved words in C plus plus?

No line can ever contain every reserved word. For one thing, preprocessor directives and labels must appear on separate lines. Excluding these, any code segment can be written as a single line, which could feasibly include all keywords. However if you classify a line as being a code segment ending with a semi-colon, there can be no single line with all keywords because continue and break are mutually exclusive.