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

FIL.RotatePoint3DGrid

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RotatePoint3DGrid
(
	FilNet.Point3DGrid inGrid,
	FilNet.Line3D inAxis,
	float inAngle,
	bool inInverse,
	FilNet.Point3DGrid outGrid,
	FilNet.Matrix outTransform
)

Parameters

Name Type Range Default Description
inGridFilNet.Point3DGrid
inAxisFilNet.Line3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outGridFilNet.Point3DGrid
outTransformFilNet.Matrix

Hardware Acceleration

This operation is optimized for SSE41 technology.

This operation is optimized for AVX2 technology.

This operation is optimized for NEON technology.

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Function Overrides

See also