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

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inSegment
Type: AvlNet.Segment2D
inScale
Type: System.Single
inInverse
Type: System.Boolean
outSegment
Type: AvlNet.Segment2D

See also