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

Invoke.RescaleArc

Changes radius of an arc and translates its center in relation to a reference point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RescaleArc
(
	Avl.Arc2D inArc,
	Optional<Avl.Point2D> inReferencePoint,
	float inScale,
	bool inInverse,
	out Avl.Arc2D outArc
)

Parameters

Name Type Range Default Description
inArcAvl.Arc2D
inReferencePointAtl.Optional<Avl.Point2D>The point to which the distance of the arc center is changed (no change by default). Default value: atl::NIL.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outArcAvl.Arc2D

See also