Back to Adaptive Vision Library website

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

RotatePoint3DGrid


Rotates a grid of 3D points around an axis in 3D.

Syntax

C++
C#
 
void avl::RotatePoint3DGrid
(
	const avl::Point3DGrid& inGrid,
	const avl::Line3D& inAxis,
	float inAngle,
	bool inInverse,
	avl::Point3DGrid& outGrid
)

Parameters

Name Type Default Description
inGrid const Point3DGrid&
inAxis const Line3D& The rotation axis
inAngle float Clockwise angle of rotation
inInverse bool Switches to the inverse operation
outGrid Point3DGrid&