You are here: Start » AVL.NET » Invoke.RotatePlane_AroundSegment
Rotates a plane in 3D around a segment (the axis) in 3D.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RotatePlane_AroundSegment ( Avl.Plane3D inPlane, Avl.Segment3D inAxisSegment, float inAngle, bool inInverse, out Avl.Plane3D outPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPlane | Avl.Plane3D | |||
![]()  | inAxisSegment | Avl.Segment3D | The rotation axis. | ||
![]()  | inAngle | float | Clockwise angle of rotation. | ||
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outPlane | Avl.Plane3D | 


