You are here: Start » AVL.NET » AVL.RescaleSegment(AvlNet.Segment2D, AvlNet.Point2D?, float, bool, AvlNet.Segment2D)

AVL.RescaleSegment(AvlNet.Segment2D, AvlNet.Point2D?, float, bool, AvlNet.Segment2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void RescaleSegment(
	AvlNet.Segment2D inSegment,
	AvlNet.Point2D? inReferencePoint,
	float inScale,
	bool inInverse,
	out AvlNet.Segment2D outSegment
)

Parameters

inSegment
Type: AvlNet.Segment2D
inReferencePoint
Type: System.Nullable<AvlNet.Point2D>
inScale
Type: System.Single
inInverse
Type: System.Boolean
outSegment
Type: AvlNet.Segment2D

Examples

RescaleSegment performed on the sample segment, inReferencePoint = auto, inScale = 2.0 and inInverse = false.

See also