std::land::speed_policy

Types

SpeedPolicy

Functions

gravity_turn_speed_policy

pub sync fn gravity_turn_speed_policy ( terrain_radius : float,
                                        g : float,
                                        thrust : float ) -> sync fn(ksp::math::Vec3, ksp::math::Vec3) -> float

Parameters

Name

Type

Optional

Description

terrain_radius

float

g

float

thrust

float

powered_coast_speed_policy

pub sync fn powered_coast_speed_policy ( terrain_radius : float,
                                         g : float,
                                         thrust : float ) -> sync fn(ksp::math::Vec3, ksp::math::Vec3) -> float

Parameters

Name

Type

Optional

Description

terrain_radius

float

g

float

thrust

float

safe_speed_policy

pub sync fn safe_speed_policy ( terrain_radius : float,
                                g : float,
                                thrust : float ) -> sync fn(ksp::math::Vec3, ksp::math::Vec3) -> float

Parameters

Name

Type

Optional

Description

terrain_radius

float

g

float

thrust

float