Reference ‐ Arc3D - 62firelight/manimRT-490 GitHub Wiki

module Arc3D


class Arc3D

An arc representing the angle between two points.

Not guaranteed to display correctly. Switching the parameters around may help in this regard.

Args:

  • line1: End point of the arc.
  • line2: Starting point of the arc.
  • color: Color of the arc.

method __init__

__init__(line1, line2, color=ManimColor('#FFFFFF'))

This file was automatically generated via lazydocs.

⚠️ **GitHub.com Fallback** ⚠️