Back to Aurora Vision Studio websiteYou are here:
Start »
Filter Reference »
Geometry 2D »
Geometry 2D Spatial Transforms »
RotateSegment
Rotates a segment clockwise around a center point.
                
                    
                         | 
                        Name | 
                        Type | 
                        
                        Description | 
                    
                
            			
				  | 
				inSegment | 
				Segment2D | 
				 | 
			
			
				  | 
				inCenter | 
				Point2D* | 
				Center of rotation (by default the mass center) | 
			
			
				  | 
				inAngle | 
				Real | 
				Clockwise angle of rotation | 
			
			
				  | 
				inInverse | 
				Bool | 
				Switches to the inverse operation | 
			
			
				  | 
				outSegment | 
				Segment2D | 
				 | 
			
Examples
RotateSegment performed on the sample segment, inCenter = Auto, inAngle = 70.0 and inInverse = False.
 
Complexity Level
This filter is available on Advanced Complexity Level.