🌎
VSOP2013.NET
  • VSOP2013.NET
    • Quick Start
    • Change Logs
    • Requirements
  • VSOP2013
    • Original Readme
      • Introduction
      • Files Description
      • Terms of Series
      • Record Organization
        • Header Records
        • Terms Records
      • Time Scale and Reference System
      • Precision of the Series VSOP2013
      • Computation
      • Truncation of the Series
    • VSOP2013.f
    • VSOP2013.ctl
    • VSOP2013-secular.dat
  • API Reference
    • VSOP2013 Namespace
      • Calculator Class
        • GetVariable
        • GetVariableAsync
        • GetPlanetPosition
        • GetPlanetPositionAsync
      • Utility Class
        • MultiplyMatrix
        • XYZtoLBR
        • LBRtoXYZ
        • ELLtoXYZ
        • ELLtoLBR
        • DynamicaltoICRS
        • ICRStoDynamical
      • VSOPResult Class
        • VSOPResult_ELL Class
        • VSOPResult_XYZ Class
        • VSOPResult_LBR Class
      • VSOPTime Class
      • Data Structs
      • Enums
Powered by GitBook
On this page
  • Definition
  • Methods
  1. API Reference
  2. VSOP2013 Namespace

Utility Class

Definition

This Class Provide some useful function.

public static class Utility

Methods

  • MultiplyMatrix(double[,] A, double[,] B)

  • XYZtoLBR(double[] xyz)

  • LBRtoXYZ(double[] lbr)

  • ELLtoXYZ(double[] ell)

  • ELLtoLBR(double[] ell)

  • DynamicaltoICRS(double[] xyz)

  • ICRStoDynamical(double[] xyz)

PreviousGetPlanetPositionAsyncNextMultiplyMatrix

Last updated 5 months ago