SofaCp Method
Copies the contents of a 3-element position vector to another 3-element vector.
Namespace: ASCOM.ToolsAssembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
public static void Cp(
double[] p,
double[] c
)
Public Shared Sub Cp (
p As Double(),
c As Double()
)
Parameters
- p Double
- The source array containing the position vector to copy. Must be a double array of length 3.
- c Double
- The destination array that receives the copied vector. Must be a double array of length 3.
Both arrays must have a length of 3. The method overwrites the contents of the
destination array with the values from the source array. This method is a direct wrapper for the SOFA
library function 'iauCp'.
Supported in: 2.0