You are here: Start » AVL.NET » Invoke.TransformCircle3D
Applies a general transformation expressed by a matrix to a 3D circle.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TransformCircle3D ( Avl.Circle3D inCircle3D, Avl.Matrix inTransform, bool inInverse, out Avl.Circle3D outCircle3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCircle3D | Avl.Circle3D | |||
![]() | inTransform | Avl.Matrix | Transformation 3x3 or 4x4 matrix. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outCircle3D | Avl.Circle3D |