ostk.physics.coordinate.frame.provider.Static¶
- class Static(
- self: ostk.physics.coordinate.frame.provider.Static,
- arg0: ostk::physics::coordinate::Transform,
Bases:
Provider
Static provider.
Constructor.
Methods
Get the transform at a given instant.
Check if the Static provider is defined
- get_transform_at(
- self: ostk.physics.coordinate.frame.provider.Static,
- instant: ostk.physics.time.Instant,
Get the transform at a given instant.
- is_defined(self: ostk.physics.coordinate.frame.provider.Static) bool ¶
Check if the Static provider is defined
- Returns:
True if defined
- Return type: