You are here: Start » AVL.NET » AVL.TranslatePoint3D(AvlNet.Point3D, AvlNet.Vector3D, bool, AvlNet.Point3D)

AVL.TranslatePoint3D(AvlNet.Point3D, AvlNet.Vector3D, bool, AvlNet.Point3D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void TranslatePoint3D(
	AvlNet.Point3D inPoint,
	AvlNet.Vector3D inDelta,
	bool inInverse,
	out AvlNet.Point3D outPoint
)

Parameters

inPoint
Type: AvlNet.Point3D
inDelta
Type: AvlNet.Vector3D
inInverse
Type: System.Boolean
outPoint
Type: AvlNet.Point3D

See also