You are here: Start » AVL.NET » Invoke.RotateCircle3D
Rotates a circle in 3D around an axis in 3D.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RotateCircle3D ( Avl.Circle3D inCircle3D, Avl.Line3D inAxis, float inAngle, bool inInverse, out Avl.Circle3D outCircle3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inCircle3D | Avl.Circle3D | |||
![]()  | inAxis | Avl.Line3D | The rotation axis. | ||
![]()  | inAngle | float | Clockwise angle of rotation. | ||
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outCircle3D | Avl.Circle3D | 


