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_transform_at

Get the transform at a given instant.

is_defined

Check if the Static provider is defined

get_transform_at(
self: ostk.physics.coordinate.frame.provider.Static,
instant: ostk.physics.time.Instant,
) ostk::physics::coordinate::Transform

Get the transform at a given instant.

Parameters:

instant (Instant) -- An instant

Returns:

Transform

Return type:

Transform

is_defined(self: ostk.physics.coordinate.frame.provider.Static) bool

Check if the Static provider is defined

Returns:

True if defined

Return type:

bool