ggmolvis.world
World is the class that represents the world transformations of an object. It contains the location, rotation, and scale of the object.
Classes
- class ggmolvis.world.WorldTransformation(*, coordinates: List[float] | List[List[float]])[source]
- model_config: ClassVar[ConfigDict] = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- class ggmolvis.world.Location(*, location: List[float] | List[List[float]])[source]
- model_config: ClassVar[ConfigDict] = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- class ggmolvis.world.Rotation(*, rotation: List[float] | List[List[float]])[source]
-
- model_config: ClassVar[ConfigDict] = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- property quaternion
Return the quaternion representation of the rotation
Classes
|
|
|
|
|
|
|
|
|