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