You are here: Start » AVL.NET » Function Reference » Point3DGrid » Point3DGrid Spatial Transforms » AVL.RotatePoint3DGrid_AroundSegment

AVL.RotatePoint3DGrid_AroundSegment

Rotates a grid of 3D points around an segment3D (the axis) in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RotatePoint3DGrid_AroundSegment
(
	AvlNet.Point3DGrid inGrid,
	AvlNet.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	AvlNet.Point3DGrid outGrid
)

Parameters

Name Type Range Default Description
inGridAvlNet.Point3DGrid
inAxisSegmentAvlNet.Segment3DThe rotation axis.
inAnglefloatAngle of rotation.
inInverseboolSwitches to the inverse operation.
outGridAvlNet.Point3DGrid

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