manimgeo.components.angle.adapter module

class manimgeo.components.angle.adapter.AngleAdapter(**data)[源代码]

基类:GeometryAdapter[AngleConstructArgs]

angle: Number
turn: Literal['Clockwise', 'Counterclockwise']
model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True, 'frozen': False}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].