Back to Aurora Vision Studio websiteYou are here:
Start »
Filter Reference »
Geometry 2D »
Geometry 2D Spatial Transforms »
RotateArc
Rotates an arc clockwise around center point.
                
                    
                         | 
                        Name | 
                        Type | 
                        
                        Description | 
                    
                
            			
				  | 
				inArc | 
				Arc2D | 
				 | 
			
			
				  | 
				inCenter | 
				Point2D* | 
				Center of rotation (the arc's center by default) | 
			
			
				  | 
				inAngle | 
				Real | 
				Clockwise rotation angle | 
			
			
				  | 
				inInverse | 
				Bool | 
				Switches to the inverse operation | 
			
			
				  | 
				outArc | 
				Arc2D | 
				 | 
			
Examples
RotateArc performed on the sample arc, inCenter = Auto, inAngle = 90 and inInverse = False.
 
Complexity Level
This filter is available on Advanced Complexity Level.