コード例 #1
0
 //--------------------------------------------------------------------
 // Check if the equations were solved successfully
 public bool IsValid()
 {
     return(m_trans_dir.IsValid());
 }