Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
DrawingTools
Guides
DrawingTools
Tech Notes
Testing for Points on Border or Interior of a Polygon
Symbols
Arrow3D
ArrowCylinder
ArrowSlab
ConicSurface
EmptyRectangle
HollowCylinder
HollowPillar
InPolygonQ
LineToCable
OnBoundaryQ
Patches
Pillar
Pyramid3D
Spin3D
SpinningTop
StackGraphics
StringToCurves
StringToPolygons
Wiggly
QuantumMob`DrawingTools`
P
a
t
c
h
e
s
P
a
t
c
h
e
s
[
v
e
r
t
i
c
e
s
]
m
a
k
e
p
a
t
c
h
e
s
w
i
t
h
v
e
r
t
i
c
e
s
,
w
h
i
c
h
i
s
a
t
w
o
-
d
i
m
e
n
s
i
o
n
a
l
a
r
r
a
y
o
f
t
r
i
p
l
e
t
s
{
x
,
y
,
z
}
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
1
)
Basic Examples
(
1
)
I
n
[
1
]
:
=
$
n
=
3
0
;
$
s
i
z
e
=
1
;
$
r
a
d
i
u
s
=
1
.
8
;
t
r
a
n
s
f
o
r
m
[
a
n
g
l
e
_
]
:
=
R
o
t
a
t
i
o
n
T
r
a
n
s
f
o
r
m
[
a
n
g
l
e
,
{
0
,
0
,
1
}
]
;
v
e
r
t
e
x
[
a
n
g
l
e
_
,
p
n
t
_
]
:
=
t
r
a
n
s
f
o
r
m
[
a
n
g
l
e
]
[
{
$
r
a
d
i
u
s
,
0
,
0
}
+
p
n
t
*
$
s
i
z
e
]
;
e
d
g
e
[
p
n
t
_
]
:
=
T
a
b
l
e
[
v
e
r
t
e
x
[
t
*
P
i
,
p
n
t
]
,
{
t
,
0
,
3
/
2
,
2
/
$
n
}
]
I
n
[
2
]
:
=
d
a
t
a
=
{
e
d
g
e
@
{
1
,
0
,
1
}
,
e
d
g
e
@
{
1
,
0
,
-
1
}
,
e
d
g
e
@
{
-
1
,
0
,
-
1
}
,
e
d
g
e
@
{
-
1
,
0
,
1
}
}
;
I
n
[
3
]
:
=
t
o
r
u
s
=
P
a
t
c
h
e
s
[
d
a
t
a
]
;
G
r
a
p
h
i
c
s
3
D
[
{
E
d
g
e
F
o
r
m
[
]
,
C
y
a
n
,
t
o
r
u
s
}
,
B
o
x
e
d
F
a
l
s
e
,
I
m
a
g
e
S
i
z
e
M
e
d
i
u
m
]
O
u
t
[
3
]
=
I
n
[
4
]
:
=
t
o
r
u
s
=
P
a
t
c
h
e
s
[
d
a
t
a
,
"
C
y
c
l
i
c
"
{
T
r
u
e
,
F
a
l
s
e
}
]
;
G
r
a
p
h
i
c
s
3
D
[
{
E
d
g
e
F
o
r
m
[
]
,
C
y
a
n
,
t
o
r
u
s
}
,
B
o
x
e
d
F
a
l
s
e
,
I
m
a
g
e
S
i
z
e
M
e
d
i
u
m
]
O
u
t
[
4
]
=
I
n
[
5
]
:
=
t
o
r
u
s
=
P
a
t
c
h
e
s
[
d
a
t
a
,
"
C
y
c
l
i
c
"
{
F
a
l
s
e
,
T
r
u
e
}
]
;
G
r
a
p
h
i
c
s
3
D
[
{
E
d
g
e
F
o
r
m
[
]
,
C
y
a
n
,
t
o
r
u
s
}
,
B
o
x
e
d
F
a
l
s
e
,
I
m
a
g
e
S
i
z
e
M
e
d
i
u
m
]
O
u
t
[
5
]
=
I
n
[
6
]
:
=
t
o
r
u
s
=
P
a
t
c
h
e
s
[
d
a
t
a
,
"
C
y
c
l
i
c
"
{
T
r
u
e
,
T
r
u
e
}
]
;
G
r
a
p
h
i
c
s
3
D
[
{
E
d
g
e
F
o
r
m
[
]
,
C
y
a
n
,
t
o
r
u
s
}
,
B
o
x
e
d
F
a
l
s
e
,
I
m
a
g
e
S
i
z
e
M
e
d
i
u
m
]
O
u
t
[
6
]
=
I
n
[
7
]
:
=
t
o
r
u
s
=
P
a
t
c
h
e
s
[
d
a
t
a
,
"
C
y
c
l
i
c
"
{
T
r
u
e
,
F
a
l
s
e
}
,
"
C
l
o
s
e
d
C
a
p
"
T
r
u
e
]
;
G
r
a
p
h
i
c
s
3
D
[
{
E
d
g
e
F
o
r
m
[
]
,
C
y
a
n
,
t
o
r
u
s
}
,
B
o
x
e
d
F
a
l
s
e
,
I
m
a
g
e
S
i
z
e
M
e
d
i
u
m
]
O
u
t
[
7
]
=
S
e
e
A
l
s
o
P
i
l
l
a
r
▪
H
o
l
l
o
w
P
i
l
l
a
r
▪
C
y
l
i
n
d
e
r
▪
H
o
l
l
o
w
C
y
l
i
n
d
e
r
▪
P
y
r
a
m
i
d
3
D
▪
A
r
r
o
w
3
D
▪
A
r
r
o
w
S
l
a
b
▪
A
r
r
o
w
C
y
l
i
n
d
e
r
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
D
r
a
w
i
n
g
T
o
o
l
s
"
"