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

AVS.RescaleBox3D Method

Changes the distances of box in 3D to a reference point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RescaleBox3D
(
	AvlNet.Box3D inBox3D,
	AvlNet.Point3D inReferencePoint,
	float inScale,
	bool inInverse,
	out AvlNet.Box3D outBox3D
)

Parameters

Name Type Range Default Description
inBox3DAvlNet.Box3D
inReferencePointAvlNet.Point3DPoint to which the distances will be changed.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outBox3DAvlNet.Box3D

See also