TransformPoint3D
Applies a general transformation expressed by a matrix to a 3D point.
Syntax
C++
C#
Python
def TransformPoint3D( inPoint3D: Point3D, inTransform: Matrix, /, *, inInverse: bool = False ) -> outPoint3D: Point3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint3D | Point3D | ||
![]() |
inTransform | Matrix | Transformation 3x3 or 4x4 matrix | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outPoint3D | Point3D |


