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

Invoke.RescalePoint3D

Changes the distance of a point to a reference point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RescalePoint3D
(
	Avl.Point3D inPoint3D,
	Avl.Point3D inReferencePoint,
	float inScale,
	bool inInverse,
	out Avl.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
inPoint3DAvl.Point3D
inReferencePointAvl.Point3DPoint to which the distance will be changed.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outPoint3DAvl.Point3D

See also