Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Line—Wolfram Language Documentation https://reference.wolfram.com/legacy/language/v13/ref/Line.

html

Line See Also Related Guides Tutorials

Wolfram Language & System 13.0 (2022) |


Legacy Documentation

This is documentation for an earlier version of the Wolfram Language. View current

Line [ { p1 , p2 , …} ]
represents the line segments joining a sequence for points p i.

Line [ { { p11 , p12 , …} , { p21 , …} , …} ]


represents a collection of lines.

Details and Options

Top
Background & Context

1 of 4 10/30/2022, 3:02 PM
Line—Wolfram Language Documentation https://reference.wolfram.com/legacy/language/v13/ref/Line.html

Examples open all

Basic Examples (4)


Line See Also Related Guides Tutorials
A line primitive:
In[1]:=

Out[1]=

In[2]:=

Out[2]=

Differently styled 2D lines:


In[1]:=

In[2]:=

Out[2]=

Differently styled 3D lines:


In[1]:=

In[2]:=

Out[2]=

Compute the ArcLength of a line:


In[1]:=

Top
Out[1]=

2 of 4 10/30/2022, 3:02 PM
Line—Wolfram Language Documentation https://reference.wolfram.com/legacy/language/v13/ref/Line.html

Centroid:
In[2]:=

Line
Out[2]=
See Also Related Guides Tutorials

Scope (24)

Options (3)

Applications (6)

Properties & Relations (4)

Possible Issues (1)

Neat Examples (4)

See Also
Arrow Polygon BezierCurve BSplineCurve Tube EdgeForm
Thick Thin InfiniteLine ListLinePlot Point HilbertCurve
GeometricScene

Tutorials
Three-Dimensional Graphics Primitives
Three-Dimensional Graphics Directives
The Structure of Graphics

Related Guides
Graphics Objects Maps & Cartography

Basic Geometric Regions Synthetic Geometry

Precollege Education Solid Geometry

Plane Geometry Symbolic Graphics Language

Related Links
An Elementary Introduction to the Wolfram Language: Coordinates and Graphics

History
Introduced in 1988 (1.0) | Updated in 1996 (3.0) ▪ 2014 (10.0)
Top

3 of 4 10/30/2022, 3:02 PM
Line—Wolfram Language Documentation https://reference.wolfram.com/legacy/language/v13/ref/Line.html

Cite this as: Wolfram Research (1988), Line, Wolfram Language function,
https://reference.wolfram.com/language/ref/Line.html (updated 2014).

Line See Also Related Guides Tutorials

Give Feedback Top

Introduction for Programmers Introductory Book

Wolfram Function Repository | Wolfram Data Repository | Wolfram Data Drop |


Wolfram Language Products

© 2022 Wolfram. All rights reserved.

Legal & Privacy Policy | Site Map | WolframAlpha.com | WolframCloud.com

Top

4 of 4 10/30/2022, 3:02 PM

You might also like