Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.ModAPI.Ingame.MyShipVelocities Struct Reference

Public Member Functions

 MyShipVelocities (Vector3D linearVelocity, Vector3D angularVelocity)
 

Public Attributes

readonly Vector3D LinearVelocity
 Gets the ship's linear velocity (motion). More...
 
readonly Vector3D AngularVelocity
 Gets the ship's angular velocity (rotation). More...
 

Detailed Description

Definition at line 46 of file IMyShipController.cs.

Constructor & Destructor Documentation

Sandbox.ModAPI.Ingame.MyShipVelocities.MyShipVelocities ( Vector3D  linearVelocity,
Vector3D  angularVelocity 
)
inline

Definition at line 58 of file IMyShipController.cs.

Member Data Documentation

readonly Vector3D Sandbox.ModAPI.Ingame.MyShipVelocities.AngularVelocity

Gets the ship's angular velocity (rotation).

Definition at line 56 of file IMyShipController.cs.

readonly Vector3D Sandbox.ModAPI.Ingame.MyShipVelocities.LinearVelocity

Gets the ship's linear velocity (motion).

Definition at line 51 of file IMyShipController.cs.


The documentation for this struct was generated from the following file: