BodyPositionVelocity(Double, Double, Double, Double, Double, Double) Constructor

Set the object using individual parameter values

Definition

Namespace: ASCOM.Tools
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 2.2.1+77356f79b05b579f6d860a4edd5934fda9fe29e4
C#
public BodyPositionVelocity(
	double x,
	double y,
	double z,
	double vx,
	double vy,
	double vz
)

Parameters

x  Double
X Coordinate
y  Double
Y Coordinate
z  Double
Z Coordinate
vx  Double
X Velocity
vy  Double
Y Velocity
vz  Double
Z Velocity

Version Information

.NET Standard

Supported in: 2.0

See Also