Back to FabImage Library website

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

TranslatePoint3D


Header:FIL.h
Namespace:fil

Translates a point by a vector.

Syntax

C++
C#
 
void fil::TranslatePoint3D
(
	const fil::Point3D& inPoint3D,
	const fil::Vector3D& inDelta,
	bool inInverse,
	fil::Point3D& outPoint3D
)

Parameters

Name Type Default Description
inPoint3D const Point3D&
inDelta const Vector3D& Translation vector
inInverse bool Switches to the inverse operation
outPoint3D Point3D&