Back to Adaptive Vision Library website

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

RotatePoint3DArray


Rotates an array of 3D points around an axis in 3D.

Syntax

C++
C#
 
void avl::RotatePoint3DArray
(
	const atl::Array<avl::Point3D>& inPoints3D,
	const avl::Line3D& inAxis,
	float inAngle,
	bool inInverse,
	atl::Array<avl::Point3D>& outPoints3D
)

Parameters

Name Type Default Description
inPoints3D const Array<Point3D>&
inAxis const Line3D& The rotation axis
inAngle float Clockwise angle of rotation
inInverse bool Switches to the inverse operation
outPoints3D Array<Point3D>&