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

Invoke.RescaleLine3D

Changes the input line in 3D distance to a reference point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RescaleLine3D
(
	Avl.Line3D inLine3D,
	Avl.Point3D inReferencePoint,
	float inScale,
	bool inInverse,
	out Avl.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inLine3DAvl.Line3DInput line in 3D.
inReferencePointAvl.Point3DThe point to which the distance of line in 3D is changed.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outLine3DAvl.Line3D

See also