Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Algan v0.1.0
Light Logo Dark Logo
Algan v0.1.0
  • Installation
    • Installing Algan locally
  • Tutorials & Guides
    • New User Tutorials
      • Installation
        • Installing Algan locally
      • Getting Started
      • Basic Animations
      • Controlling Animations
      • Updaters
      • Nesting Mobs
      • Importing From Manim
    • Manim User Quickstart
      • Manim User Quickstart
    • Advanced User Tutorials
      • Images and Textures
      • Lights, Camera, Action!
      • Shaders and Materials
      • Animating Out of Order
      • Extending Algan
      • Transparent Backgrounds
    • Making Algan Faster
      • Installing pytorch_scatter
      • Changing Batch Sizes
      • Using PyTorch Compile
    • Developer Tutorials
      • An Overview of Algan’s Internals
  • Reference Manual
    • Mobs
      • mob
        • Mob
      • group
        • Group
      • text
        • OldTex
        • Tex
        • Text
      • bezier_circuit
        • BezierCircuitCubic
        • BezierCurveCubic
      • shapes_2d
        • Circle
        • Polygon
        • Quad
        • QuadTriangulated
        • Rectangle
        • RegularPolygon
        • Square
        • Triangle
        • TriangleTriangulated
        • TriangleVertices
      • surface
        • Surface
      • shapes_3d
        • Cylinder
        • Sphere
      • manim_mob
        • ManimMob
      • numeric_display
        • NumericDisplay
    • Animation
      • animatable
        • Animatable
        • AnimatableData
        • ModificationHistory
        • TimeInterval
      • animation_contexts
        • AnimationContext
        • AnimationManager
        • ComposeRateFunc
        • Lag
        • NoExtra
        • Off
        • OnInit
        • RateFuncWrapper
        • Seq
        • SlideShow
        • Sync
    • Rendering
      • camera
        • Camera
      • pbr_shaders
      • primitive
        • RenderPrimitive
        • RenderPrimitive2D
      • triangle_primitive
        • TrianglePrimitive
      • bezier_circuit_primitive
        • BezierCircuitPrimitive
    • Scenes
      • scene
        • Scene
    • Settings
      • render_settings
        • RenderSettings
    • Utils
      • algan_utils
      • animation_utils
      • tensor_utils
      • python_utils
Back to top
View this page
Edit this page

shapes_3d¶

Classes

Cylinder

A 3-D cylinder.

Sphere

A 3-D sphere.

Next
Cylinder
Previous
Surface
Copyright © 2025-2025, Algorithmic Simplicity
Made with Sphinx and @pradyunsg's Furo