Data Structs
PlanetTable
public struct PlanetTableFields
VSOPBody body
Planet Enum
VariableTable[] variables
All 6 variable data stored.
VariableTable
public struct VariableTableFields
VSOPBody body
Planet Enum
VSOPVariable Variable
Which variable of this table.
PowerTable[] PowerTables
All power table stored.
PowerTable
public struct PowerTableFields
VSOPBody body
Planet Enum
VSOPVariable Variable
Which variable of this table.
int Power
Power of this table.
int TermsCount
Total terms count.
Term[] Terms
All terms stored.
Term
public struct TermFields
double ss
double cc
double aa
double bb
Header
public struct HeaderFields
int ip
Planet index
int iv
Variable index
int it
index of terms
int nt
total terms count
Last updated