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