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