Top "Line" questions

The shortest distance between two points.

fieldset same line

I have 2 fieldsets: <fieldset> first fildset </fieldset> <fieldset> second fieldset </fieldset> how …

html line fieldset
Get a single line representation for multiple close by lines clustered together in opencv

I detected lines in an image and drew them in a separate image file in OpenCv C++ using HoughLinesP method. …

c++ opencv image-processing merge line
How to remove line break when reading files in Ruby

I'm trying to get rid of the brackets [] and the new line \n from being printed. My code looks like: …

ruby line newline file-read chomp
Find whole line that contains word with php regular expressions

I want to search for a word "session" in a text. But I would like to retrieve the whole line …

php regex line preg-match-all
Create a dashed or dotted line in jsPDF

I need to draw a dashed line in a PDF created using jsPDF (https://mrrio.github.io/jsPDF/doc/symbols/…

javascript pdf line jspdf
Draw a line using an angle and a point in OpenCV

I have a point and an angle in OpenCV, how can I draw that using those parameters and not using 2 …

opencv line draw point
Assembly Language New Line

I'm brand new to assembly language programming, and I would like my output to have separate lines so that it …

assembly line masm irvine32
Polygon Intersection with Line | Python Shapely

I have been trying to use shapely to find the intersection of a line and a polygon, but I'm having …

python line polygon intersection shapely
Creating a line chart in r for the average value of groups

I'm trying to create simple line charts with r that connect data points the average of groups of respondents (would …

r ggplot2 line linechart trendline
Intersection between line and triangle in 3D

I have a line and a triangle somewhere in 3D space. In other words, I have 3 points ([x,y,z] …

c++ 3d line intersection line-intersection