Method | Description | |
---|---|---|
Vector3D ( Array coordinates ) : System |
Vector3D constructor.
|
|
Vector3D ( Uchu.Navigation.Point3D p1, Uchu.Navigation.Point3D p2 ) : System |
Constructs a Vector3D with two points.
|
|
Vector3D ( double deltaX, double deltaY, double deltaZ ) : System |
Vector3D constructor.
|
|
this ( int coordinateIndex ) : double |
Accede to coordinates by indexes.
|
public Vector3D ( Array coordinates ) : System | ||
coordinates | Array | An array containing the three coordinates' values. |
return | System |
public Vector3D ( Uchu.Navigation.Point3D p1, Uchu.Navigation.Point3D p2 ) : System | ||
p1 | Uchu.Navigation.Point3D | First point of the vector. |
p2 | Uchu.Navigation.Point3D | Second point of the vector. |
return | System |
public Vector3D ( double deltaX, double deltaY, double deltaZ ) : System | ||
deltaX | double | DX coordinate. |
deltaY | double | DY coordinate. |
deltaZ | double | DZ coordinate. |
return | System |