BodyPositionVelocity Class

Position and velocity vector for a solar system object

Definition

Namespace: ASCOM.Tools
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 2.2.1+77356f79b05b579f6d860a4edd5934fda9fe29e4
C#
public class BodyPositionVelocity
Inheritance
Object    BodyPositionVelocity

Constructors

BodyPositionVelocity(Double) Set the object using position and velocity vector arrays
BodyPositionVelocity(Double, Double) Set the object using position and velocity vector arrays
BodyPositionVelocity(Double, Double, Double, Double, Double, Double) Set the object using individual parameter values

Properties

Distance Distance, calculated from the X, Y and Z coordinates
VelocityX Velocity X component
VelocityY Velocity Y component
VelocityZ Velocity Z component
X X Coordinate
Y Y coordinate
Z Z Coordinate

Version Information

.NET Standard

Supported in: 2.0

See Also