Table of Contents

Class CenterOfPhysicalProperties

Namespace
KSP.Sim.Data
Assembly
Assembly-CSharp.dll
public class CenterOfPhysicalProperties
Inheritance
CenterOfPhysicalProperties
Inherited Members
Extension Methods

Constructors

CenterOfPhysicalProperties(Vector3d, Vector3d, Vector3d, Vector3d)

public CenterOfPhysicalProperties(Vector3d mass, Vector3d pressure, Vector3d thrust, Vector3d radiation)

Parameters

mass Vector3d
pressure Vector3d
thrust Vector3d
radiation Vector3d

Fields

CoM

public Vector3d CoM

Field Value

Vector3d

CoP

public Vector3d CoP

Field Value

Vector3d

CoR

public Vector3d CoR

Field Value

Vector3d

CoT

public Vector3d CoT

Field Value

Vector3d