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

AVS.RotateCircle3D_AroundSegment Method

Rotates a circle in 3D around a segment (the axis) in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotateCircle3D_AroundSegment
(
	AvlNet.Circle3D inCircle3D,
	AvlNet.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	out AvlNet.Circle3D outCircle3D
)

Parameters

Name Type Range Default Description
inCircle3DAvlNet.Circle3D
inAxisSegmentAvlNet.Segment3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outCircle3DAvlNet.Circle3D

See also