You are here: Start » AVL.NET » Invoke.TransformPoint3DArray
Applies a general transformation expressed by a matrix to an array of 3D points.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void TransformPoint3DArray ( List<Avl.Point3D> inPoints3D, Avl.Matrix inTransform, bool inInverse, List<Avl.Point3D> outPoints3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoints3D | System.Collections.Generic.List<Avl.Point3D> | |||
![]()  | inTransform | Avl.Matrix | Transformation 3x3 or 4x4 matrix. | ||
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outPoints3D | System.Collections.Generic.List<Avl.Point3D> | 


