You are here: Start » AVL.NET » Invoke.RotatePoint3DGrid

Invoke.RotatePoint3DGrid

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inGridAvl.Point3DGrid
inAxisAvl.Line3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outGridAvl.Point3DGrid
outTransformAtl.Optional<Avl.Matrix>

See also