You are here: Start » AVL.NET » AVL.RescalePoint3D(AvlNet.Point3D, AvlNet.Point3D, float, bool, AvlNet.Point3D)

AVL.RescalePoint3D(AvlNet.Point3D, AvlNet.Point3D, float, bool, AvlNet.Point3D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void RescalePoint3D(
	AvlNet.Point3D inPoint,
	AvlNet.Point3D inReferencePoint,
	float inScale,
	bool inInverse,
	out AvlNet.Point3D outPoint
)

Parameters

inPoint
Type: AvlNet.Point3D
inReferencePoint
Type: AvlNet.Point3D
inScale
Type: System.Single
inInverse
Type: System.Boolean
outPoint
Type: AvlNet.Point3D

Errors

Error type Description
DomainError inScale cannot be zero in an inverse rescaling of a point in RescalePoint3D.

See also