Click or drag to resize

PositionVector Constructor (Double, Double, Double, Double, Double, Double, Double)

Create a new position vector with supplied initial values

Namespace:  ASCOM.Astrometry.NOVASCOM
Assembly:  ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public PositionVector(
	double x,
	double y,
	double z,
	double RA,
	double DEC,
	double Distance,
	double Light
)

Parameters

x
Type: SystemDouble
Position vector x co-ordinate
y
Type: SystemDouble
Position vector y co-ordinate
z
Type: SystemDouble
Position vector z co-ordinate
RA
Type: SystemDouble
Right ascension (hours)
DEC
Type: SystemDouble
Declination (degrees)
Distance
Type: SystemDouble
Distance to object
Light
Type: SystemDouble
Light-time to object
Remarks