[ROOT] --> small
friend class CDirectionStep ; | |
friend class CCartesian_pointStep ; | |
friend class step ; | |
friend CVectorStep * crossProduct ( CVectorStep & rD0 , CVectorStep & rD1 ) ; |
public CVectorStep ( CDirectionStep & rDirectionStep ) ;
public CVectorStep ( CVectorStep & rVectorStep ) ;
public CVectorStep ( CCartesian_pointStep & p0 , CCartesian_pointStep & p1 ) ;
public CVectorStep ( CCartesian_pointStep & p0 ) ;
public virtual ~ CVectorStep ( ) ;
public double coordinates [ 3 ]
public double m_dMagnitude
public CDirectionStep * m_pOrientation
public bool bAssertDestructor
public HRESULT withinTol ( bool & withinTol ) ;
public HRESULT negate ( void ) ;
public bool normalize ( ) ;
public void Serialize ( stepArchive & ar ) ;
public CVectorStep & operator -= ( CVectorStep & rhs ) ;
public CVectorStep & operator *= ( double d ) ;
public double getLength2 ( ) ;
public double getLength ( ) ;
This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.
Click here to return to the top of the page.