You are here: Start » AVL.NET » AVL.RescalePoint3DArray Method

AVL.RescalePoint3DArray Method

Changes the distances of array points to a reference point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RescalePoint3DArray(
	AvlNet.Point3D[] inPoints3D,
	AvlNet.Point3D inReferencePoint,
	float inScale,
	bool inInverse,
	out AvlNet.Point3D[] outPoints3D
)

Parameters

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

See also