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

Invoke.RotatePoint3DArray_AroundSegment

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RotatePoint3DArray_AroundSegment
(
	List<Avl.Point3D> inPoints3D,
	Avl.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	List<Avl.Point3D> outPoints3D,
	Optional<Avl.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.List<Avl.Point3D>
inAxisSegmentAvl.Segment3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outPoints3DSystem.Collections.Generic.List<Avl.Point3D>
outTransformAtl.Optional<Avl.Matrix>

See also