You are here: Start » AVL.NET » Invoke.TranslatePlane

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
inPlaneAvl.Plane3DInput plane.
inDeltaAvl.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPlaneAvl.Plane3DShifted plane.

See also