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

AVS.ShiftWorldPlane Method

Shifts world plane along its normal vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ShiftWorldPlane
(
	AvlNet.RectificationTransform inTransform,
	double inDeltaZ,
	AvlNet.RectificationTransform outTransform
)

Parameters

Name Type Range Default Description
inTransformAvlNet.RectificationTransform
inDeltaZdouble0.0DThe world plane will be shifted by given amount in direction perpendicular to the grid. Positive translations move plane away from camera. Default value: 0.0D.
outTransformAvlNet.RectificationTransform

See also