C# Class KerbalTerrainSystem.Deformation

Class to store a Deformation
Show 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 property

The altitude of the vessel
public Double altitude
return Double

body public property

The Planet where the part impacted
public CelestialBody body
return CelestialBody

mass public property

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

position public property

The positon where the part impacted
public Vector3d position
return Vector3d

srfAngle public property

The angle relative to the surface
public Double srfAngle
return Double

surfaceSpeed public property

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

vPos public property

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