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

AVS.RotatePoint3DArray_AroundSegment Method

Rotates an array of 3D points around a segment (the axis).

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotatePoint3DArray_AroundSegment
(
	IList<AvlNet.Point3D> inPoints3D,
	AvlNet.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	IList<AvlNet.Point3D> outPoints3D,
	AvlNet.Matrix outTransform
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.IList<AvlNet.Point3D>
inAxisSegmentAvlNet.Segment3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outPoints3DSystem.Collections.Generic.IList<AvlNet.Point3D>
outTransformAvlNet.Matrix

Function Overrides

See also