Index
ModernCoordinatesManager
Class Details
Superclasses handle
Sealed false
Construct on load false
Constructor Summary
ModernCoordinatesManager  
Property Summary
m_caSystem  
m_caToSystem  
m_vDelta  
m_vPhi  
m_vTheta  
Method Summary
  CCoordinatesManager obj = CCoordinatesManager() 
  addSystem  
  addSystemDeg  
  addlistener Add listener for event. 
  changeSystem mVectorsOut = changeSystem(sSystemFrom, sSystemTo, mVectorsIn) 
  delete Delete a handle object. 
  eq == (EQ) Test handle equality. 
  findobj Find objects matching specified conditions. 
  findprop Find property of MATLAB handle object. 
  fromSystem mVectorsOut = fromSystem(sSystem, mVectorsIn)  
  ge >= (GE) Greater than or equal relation for handles. 
  getAngles [fTheta, fPhi, fDelta] = getAngles(sOriginSystem, sSystem) 
protected   getSystemIndex  
  gt > (GT) Greater than relation for handles. 
Sealed   isvalid Test handle validity. 
  le <= (LE) Less than or equal relation for handles. 
  lt < (LT) Less than relation for handles. 
  ne ~= (NE) Not equal relation for handles. 
  notify Notify listeners of event. 
  toSystem mVectorsOut = toSystem(sSystem, mVectors)  
Event Summary
ObjectBeingDestroyed Notifies listeners that a particular object has been destroyed.