You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » AVL.TranslatePlane

AVL.TranslatePlane

Shifts a plane in 3D by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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.

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in TranslatePlane.

See also