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

AVS.RescalePlane Method

Changes the input plane distance to a reference point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RescalePlane
(
	AvlNet.Plane3D inPlane,
	AvlNet.Point3D inReferencePoint,
	float inScale,
	bool inInverse,
	out AvlNet.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inPlaneAvlNet.Plane3D
inReferencePointAvlNet.Point3DThe point to which the distance of plane is changed.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outPlaneAvlNet.Plane3D

See also