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
Fields
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
Fields
double ss
double cc
double aa
double bb
Header
Fields
int ip
Planet index
int iv
Variable index
int it
index of terms
int nt
total terms count
Last updated