manimgeo.components.circle.adapter module¶
- class manimgeo.components.circle.adapter.CircleAdapter(**data)[源代码]¶
基类:
GeometryAdapter[CircleConstructArgs]- center: np.ndarray¶
- radius: Number¶
- normal: np.ndarray¶
- area: Number¶
- circumference: Number¶
- model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True, 'frozen': False}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].