Back to Aurora Vision Library website
You are here: Start » Function Reference » Point3DGrid » Point3DGrid Spatial Transforms » MirrorPoint3DGrid
MirrorPoint3DGrid
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | Vision3DLite |
Mirrors each grid point according to the input plane.
Syntax
C++
C#
void avl::MirrorPoint3DGrid ( const avl::Point3DGrid& inGrid, const avl::Plane3D& inPlane, avl::Point3DGrid& outGrid, atl::Optional<avl::Matrix&> outTransform = atl::NIL )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inGrid | const Point3DGrid& | ||
![]() |
inPlane | const Plane3D& | The plane being a mirror | |
![]() |
outGrid | Point3DGrid& | ||
![]() |
outTransform | Optional<Matrix&> | NIL | Matrix of the transform used to mirror the input grid |
Optional Outputs
The computation of following outputs can be switched off by passing value atl::NIL to these parameters: outTransform.
Read more about Optional Outputs.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Indefinite plane on input in MirrorPoint3DGrid. |


