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

AVS.TransformCircle3D Method

Applies a general transformation expressed by a matrix to a 3D circle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TransformCircle3D
(
	AvlNet.Circle3D inCircle3D,
	AvlNet.Matrix inTransform,
	bool inInverse,
	out AvlNet.Circle3D outCircle3D
)

Parameters

Name Type Range Default Description
inCircle3DAvlNet.Circle3D
inTransformAvlNet.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outCircle3DAvlNet.Circle3D

See also