manimgeo.components.angle.angle module¶
- class manimgeo.components.angle.angle.Angle(**data)[源代码]¶
基类:
BaseGeometry- attrs: List[str]¶
- angle: Number¶
- turn: Literal['Clockwise', 'Counterclockwise']¶
- args: AngleConstructArgs¶
- property construct_type: AngleConstructType¶
- model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True, 'frozen': False}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].