Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D Spatial Transforms » TranslatePlane

TranslatePlane
Header: | FIL.h |
---|---|
Namespace: | fil |
Shifts a plane in 3D by a vector.
Syntax
C++
C#
void fil::TranslatePlane ( const fil::Plane3D& inPlane, const fil::Vector3D& inDelta, bool inInverse, fil::Plane3D& outPlane )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPlane | const Plane3D& | Input plane | |
![]() |
inDelta | const Vector3D& | Translation vector | |
![]() |
inInverse | bool | Switches to the inverse operation | |
![]() |
outPlane | Plane3D& | Shifted plane |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite plane on input in TranslatePlane. |