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