You are here: Start » AVL.NET » AVS.TranslatePlane Method

AVS.TranslatePlane Method

Shifts a plane in 3D by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TranslatePlane
(
	AvlNet.Plane3D inPlane,
	AvlNet.Vector3D inDelta,
	bool inInverse,
	out AvlNet.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inPlaneAvlNet.Plane3DInput plane.
inDeltaAvlNet.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPlaneAvlNet.Plane3DShifted plane.

See also