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

AVS.RotatePoint3DGrid_AroundSegment Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotatePoint3DGrid_AroundSegment
(
	AvlNet.Point3DGrid inGrid,
	AvlNet.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	AvlNet.Point3DGrid outGrid,
	AvlNet.Matrix outTransform
)

Parameters

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

Function Overrides

See also