You are here: Start » FIL.NET » Invoke.RescalePointArray

Invoke.RescalePointArray

Changes the distances of points from an array to a reference point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RescalePointArray
(
	List<Fil.Point2D> inPoints,
	Optional<Fil.Point2D> inReferencePoint,
	float inScale,
	bool inInverse,
	List<Fil.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point2D>
inReferencePointFtl.Optional<Fil.Point2D>Point to which the distances will be changed (the mass center by default). Default value: ftl::NIL.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outPointsSystem.Collections.Generic.List<Fil.Point2D>

See also