C# Class KerbalTerrainSystem.Deformation

Class to store a Deformation
Afficher le fichier Open project: ThomasKerman/Kerbal-Terrain-System Class Usage Examples

Méthodes publiques

Свойство Type Description
altitude Double
body CelestialBody
mass Double
position Vector3d
srfAngle Double
surfaceSpeed Double
vPos Vector3d

Méthodes publiques

Méthode Description
GetDiameter ( ) : Double

Calculates the diameter of this deformation

Method Details

GetDiameter() public méthode

Calculates the diameter of this deformation
public GetDiameter ( ) : Double
Résultat Double

Property Details

altitude public_oe property

The altitude of the vessel
public Double altitude
Résultat Double

body public_oe property

The Planet where the part impacted
public CelestialBody body
Résultat CelestialBody

mass public_oe property

The mass of the part while impacting
public Double mass
Résultat Double

position public_oe property

The positon where the part impacted
public Vector3d position
Résultat Vector3d

srfAngle public_oe property

The angle relative to the surface
public Double srfAngle
Résultat Double

surfaceSpeed public_oe property

The speed of the part while impacting
public Double surfaceSpeed
Résultat Double

vPos public_oe property

The positon where the vessel impacted, in world space
public Vector3d vPos
Résultat Vector3d