You are here: Start » AVL.NET » AVS.RescaleSegment3D Method

AVS.RescaleSegment3D Method

Lengthens or shortens a segment in 3D relatively.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RescaleSegment3D
(
	AvlNet.Segment3D inSegment3D,
	AvlNet.Point3D? inReferencePoint,
	float inScale,
	bool inInverse,
	out AvlNet.Segment3D outSegment3D
)

Parameters

Name Type Range Default Description
inSegment3DAvlNet.Segment3DInput segment in 3D.
inReferencePointAvlNet.Point3D?The point to which all distances change linearly (the mass center by default). Default value: atl::NIL.
inScalefloat1.0fScaling factor (negative values invert the segment). Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outSegment3DAvlNet.Segment3D

Function Overrides

See also