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

Invoke.RescalePlane

Changes the input plane distance to a reference point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RescalePlane
(
	Avl.Plane3D inPlane,
	Avl.Point3D inReferencePoint,
	float inScale,
	bool inInverse,
	out Avl.Plane3D outPlane
)

Parameters

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

See also