You are here: Start » AVL.NET » AVS.RotatePoint3DGrid Method

AVS.RotatePoint3DGrid Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotatePoint3DGrid
(
	AvlNet.Point3DGrid inGrid,
	AvlNet.Line3D inAxis,
	float inAngle,
	bool inInverse,
	AvlNet.Point3DGrid outGrid,
	AvlNet.Matrix outTransform
)

Parameters

Name Type Range Default Description
inGridAvlNet.Point3DGrid
inAxisAvlNet.Line3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outGridAvlNet.Point3DGrid
outTransformAvlNet.Matrix

Function Overrides

See also