Start » Filter Reference » Geometry 3D » Geometry 3D Spatial Transforms » RotatePlane
Module: | Vision3DLite |
---|
Rotates a plane in 3D around an axis in 3D.
Name | Type | Description | |
---|---|---|---|
inPlane | Plane3D | ||
inAxis | Line3D | The rotation axis | |
inAngle | Real | Clockwise angle of rotation | |
inInverse | Bool | Switches to the inverse operation | |
outPlane | Plane3D |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite line on input in RotatePlane. |
DomainError | Indefinite plane on input in RotatePlane. |
Complexity Level
This filter is available on Basic Complexity Level.