Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 3D Spatial Transforms » RotatePlane
RotatePlane
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Rotates a plane in 3D around an axis in 3D.
Syntax
C++
C#
void avl::RotatePlane ( const avl::Plane3D& inPlane, const avl::Line3D& inAxis, float inAngle, bool inInverse, avl::Plane3D& outPlane )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPlane | const Plane3D& | ||
![]() |
inAxis | const Line3D& | The rotation axis | |
![]() |
inAngle | float | Clockwise angle of rotation | |
![]() |
inInverse | bool | Switches to the inverse operation | |
![]() |
outPlane | Plane3D& |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Indefinite line on input in RotatePlane. |
| DomainError | Indefinite plane on input in RotatePlane. |


