You are here: Start » FIL.NET » FIS.RescalePoint3D Method

FIS.RescalePoint3D Method

Changes the distance of a point to a reference point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RescalePoint3D
(
	FilNet.Point3D inPoint3D,
	FilNet.Point3D inReferencePoint,
	float inScale,
	bool inInverse,
	out FilNet.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
inReferencePointFilNet.Point3DPoint to which the distance will be changed.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outPoint3DFilNet.Point3D

See also