Back to FabImage Library website

You are here: Start » Function Reference » Point3DGrid Spatial Transforms » RotatePoint3DGrid

RotatePoint3DGrid


Header:FIL.h
Namespace:fil

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

Syntax

C++
C#
 
void fil::RotatePoint3DGrid
(
	const fil::Point3DGrid& inGrid,
	const fil::Line3D& inAxis,
	float inAngle,
	bool inInverse,
	fil::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&