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

Invoke.RescaleBox3D

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RescaleBox3D
(
	Avl.Box3D inBox3D,
	Avl.Point3D inReferencePoint,
	float inScale,
	bool inInverse,
	out Avl.Box3D outBox3D
)

Parameters

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

See also