C# Class KerbalTerrainSystem.Deformation

Class to store a Deformation
Mostra file Open project: ThomasKerman/Kerbal-Terrain-System Class Usage Examples

Public Properties

Property Type Description
altitude Double
body CelestialBody
mass Double
position Vector3d
srfAngle Double
surfaceSpeed Double
vPos Vector3d

Public Methods

Method Description
GetDiameter ( ) : Double

Calculates the diameter of this deformation

Method Details

GetDiameter() public method

Calculates the diameter of this deformation
public GetDiameter ( ) : Double
return Double

Property Details

altitude public_oe property

The altitude of the vessel
public Double altitude
return Double

body public_oe property

The Planet where the part impacted
public CelestialBody body
return CelestialBody

mass public_oe property

The mass of the part while impacting
public Double mass
return Double

position public_oe property

The positon where the part impacted
public Vector3d position
return Vector3d

srfAngle public_oe property

The angle relative to the surface
public Double srfAngle
return Double

surfaceSpeed public_oe property

The speed of the part while impacting
public Double surfaceSpeed
return Double

vPos public_oe property

The positon where the vessel impacted, in world space
public Vector3d vPos
return Vector3d