Beispiel #1
0
 public GeometricVector(float x_init, float y_init, float z_init, PositionVelocityReferenceFrame ref_) : this(msclPINVOKE.new_GeometricVector__SWIG_0(x_init, y_init, z_init, (int)ref_), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public Position(double lat_init, double long_init, double alt_init, PositionVelocityReferenceFrame ref_) : this(msclPINVOKE.new_Position__SWIG_0(lat_init, long_init, alt_init, (int)ref_), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }