Data Structs
PlanetTable
public struct PlanetTable
Fields
VSOPBody
body
Planet Enum
VariableTable
[]
variables
All 6 variable data stored.
VariableTable
public struct VariableTable
Fields
VSOPBody
body
Planet Enum
VSOPVariable
Variable
Which variable of this table.
PowerTable
[]
PowerTables
All power table stored.
PowerTable
public struct 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
public struct Term
Fields
double
ss
double
cc
double
aa
double
bb
Header
public struct Header
Fields
int
ip
Planet index
int
iv
Variable index
int
it
index of terms
int
nt
total terms count
Last updated