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`
circle3D
​
circle3D[c,r]
plots a circle with center c and radius r.
​
​
circle3D[c,r,n]
plots a circle with center c, radius r and normal n.
​
Details

Examples  
(2)
Basic Examples  
(2)
Plot a circle given a center, a radius and a normal:
In[1]:=
center=
1
2
,0,0;​​radius=
3
2
;​​normal={-1,5,3};​​circle=
circle3D
[center,radius,normal];
In[2]:=
Graphics3D[circle,AxesTrue]
Out[2]=
​
Plot a circle given a center and a radius:
In[1]:=
center=
1
2
,0,0;​​radius=
3
2
;​​circle=
circle3D
[center,radius];
In[2]:=
Graphics3D[circle,AxesTrue]
Out[2]=
SeeAlso
Radio
▪
Centere
▪
Arco
""

© 2025 Wolfram. All rights reserved.

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