Table of Contents

Struct VectorElements

Namespace
NominalSystems.Universe
Assembly
NominalSystems.Universe.dll

[Nominal] This structure contains a state vector that define a body's translational state. This includes the velocity and the position of the body relative to the inertial origin.


public struct VectorElements

Constructors

VectorElements()

Default constructor

public VectorElements()

VectorElements(Vector3, Vector3)

Constructs a new vector elements with all of the correct values

public VectorElements(Vector3 position, Vector3 velocity)

Parameters

position Vector3

[m] Position Vector of the body

velocity Vector3

[m/s] Velocity Vector of the body

Fields

Position

[m] Position Vector of the body

public Vector3 Position

Field Value

Vector3

Velocity

[m/s] Velocity Vector of the body

public Vector3 Velocity

Field Value

Vector3

Methods

ToString()

public override readonly string ToString()

Returns

string