Table of Contents

Interface IVehicleTelemetry

Namespace
KSP
Assembly
Assembly-CSharp.dll
public interface IVehicleTelemetry
Extension Methods

Properties

AngularMomentum

Vector AngularMomentum { get; }

Property Value

Vector

AngularVelocity

AngularVelocity AngularVelocity { get; }

Property Value

AngularVelocity

CenterOfMass

Position CenterOfMass { get; }

Property Value

Position

Heading

double Heading { get; }

Property Value

double

MomentOfInertia

Vector MomentOfInertia { get; }

Property Value

Vector

ObservationForward

Vector ObservationForward { get; }

Property Value

Vector

ObservationFrame

ITransformFrame ObservationFrame { get; }

Property Value

ITransformFrame

Position

Position Position { get; }

Property Value

Position

Rotation

Rotation Rotation { get; }

Property Value

Rotation

SpecificAcceleration

double SpecificAcceleration { get; }

Property Value

double

TargetSpeed

double TargetSpeed { get; }

Property Value

double

TargetVelocity

Vector TargetVelocity { get; }

Property Value

Vector

Velocity

Velocity Velocity { get; }

Property Value

Velocity

Methods

GetDisplayAltitude()

double GetDisplayAltitude()

Returns

double

GetDisplayVelocityVector()

Vector GetDisplayVelocityVector()

Returns

Vector

GetNavballRotationForForward(Vector)

Rotation GetNavballRotationForForward(Vector viewerForward)

Parameters

viewerForward Vector

Returns

Rotation