You are here: Start » AVL.NET » Invoke.TranslatePlane
Shifts a plane in 3D by a vector.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void TranslatePlane ( Avl.Plane3D inPlane, Avl.Vector3D inDelta, bool inInverse, out Avl.Plane3D outPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPlane | Avl.Plane3D | Input plane. | ||
![]()  | inDelta | Avl.Vector3D | Translation vector. | ||
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outPlane | Avl.Plane3D | Shifted plane. | 


