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

AVS.TranslatePoint3D Method

Translates a point by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TranslatePoint3D
(
	AvlNet.Point3D inPoint3D,
	AvlNet.Vector3D inDelta,
	bool inInverse,
	out AvlNet.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
inPoint3DAvlNet.Point3D
inDeltaAvlNet.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPoint3DAvlNet.Point3D

See also