Table of Contents

Interface IMotion

Namespace
KSP.Api
Assembly
Assembly-CSharp.dll
public interface IMotion : IMotionRelative
Inherited Members
Extension Methods

Properties

AngularVelocity

AngularVelocity AngularVelocity { get; }

Property Value

AngularVelocity

Velocity

Velocity Velocity { get; }

Property Value

Velocity

Methods

ToRelativeAngularVelocity(AngularVelocity)

Vector ToRelativeAngularVelocity(AngularVelocity otherAngularVelocity)

Parameters

otherAngularVelocity AngularVelocity

Returns

Vector

ToRelativeVelocity(Velocity, Position)

Vector ToRelativeVelocity(Velocity otherVelocity, Position otherPosition)

Parameters

otherVelocity Velocity
otherPosition Position

Returns

Vector