scatter
         
         plots orientations in 3d
         Syntax 
scatter(ori)
Input 
         
            
            
            | ori | orientation | 
            
            | param,val | Parameters and values that control scatter 
            
            
            
             
            | 'axisAngle' | axis angle projection |  
            | 'Rodrigues' | rodrigues parameterization |  
            | 'Euler' | 3d Bunge Euler plot |  
            | 'points' | number of orientations to be plotted |  
            | 'center' | orientation center |  | 
            
            | param | Options that control the scatter behavior 
            
            
            
             
            | 'ignoreFundamentalRegion' | plot orientation as they are |  
            | 'project2FundamentalRegion' | project orientations to fundamentalRegion (default) |  
            | 'restrict2FundamentalRegion' | ignore all orientations outside the fundamentalRegion |  | 
            
            
         
         See also
         vector3d/text, orientation/plot