Click or drag to resize

PosVector Structure

Structure to hold a position vector
Inheritance Hierarchy
SystemObject
  SystemValueType
    ASCOM.AstrometryPosVector

Namespace: ASCOM.Astrometry
Assembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public struct PosVector

The PosVector type exposes the following members.

Fields
 NameDescription
Public fieldx x co-ordinate
Public fieldy y co-ordinate
Public fieldz z co-ordinate
Top
Remarks
Object position vector
See Also