Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • 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
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

CGAlgebra

Symbols

  • Arco
  • Centere
  • circle3D
  • Dual
  • GeometricProduct
  • GFactor
  • Grade
  • GradeQ
  • I5
  • InnerProduct
  • Involution
  • Magnitude
  • MultiplicationTable
  • MultivectorInverse
  • OuterProduct
  • Radio
  • Reversion
  • Rotation
Jlaragonvera`CGAlgebra`
Arco
​
Arco[c,r,n,a]
plots an arc with center c , radius r, normal n, and angle interval a.
​
​
Arco[c,r,n,a,int]
plots an arc with center c , radius r , normal n, angle interval and an interval int.
​
Details and Options

Examples  
(2)
Basic Examples  
(2)
Plot an arc given a center, a radius, a normal, an angle and a interval:
In[1]:=
center=
1
2
,0,0;​​radius=
3
2
;​​normal={-1,0,0};​​angleint={0,.5Pi};​​int={0,0.7};​​arc=
Arco
[center,radius,normal,angleint,int];
In[2]:=
Graphics3D[arc,AxesTrue]
Out[2]=
​
Plot an arc given a center, a radius, a normal, an angle and a interval:
In[1]:=
center=
1
2
,0,0;​​radius=
3
2
;​​normal={-1,0,0};​​angleint={0,.5Pi};​​arc=
Arco
[center,radius,normal,angleint];
In[2]:=
Graphics3D[arc,AxesTrue]
Out[2]=
SeeAlso
Centere
▪
circle3D
▪
Lines
▪
LinesPlot
▪
Spheres
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com