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

Invoke.RescalePoint

Changes the distance of a point to a reference point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RescalePoint
(
	Avl.Point2D inPoint,
	Avl.Point2D inReferencePoint,
	float inScale,
	bool inInverse,
	out Avl.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPointAvl.Point2D
inReferencePointAvl.Point2DPoint to which the distance will be changed.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outPointAvl.Point2D

See also