SliceO_Frame::Org_2_Frm

 

This method enable you to convert coordinates in "Frm" space to coordinates in 3D "Org" space.

 

 

Syntax

 

Point_2D  Org_2_Frm(

          Point_3D pos_org

) ;

 

 

Parameters

 

pos_org

          3D point to convert from "Org" space to "Frm" space.

 

 

Return value

 

This method return either a transformed 2D point.

 

Remarks

 

The transformation is computed by transforming the 3D coordinates with the m_mat_3D_2D matrix.

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also

 

The Coordinate Systems