You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » AVL.TranslatePoint3D

AVL.TranslatePoint3D

Translates a point by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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