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

TranslatePlane
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
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 |
In-place Processing
This function supports in-place data processing - you can pass the same reference to inPlane and outPlane
Read more about In-place Computation.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite plane on input in TranslatePlane. |