TransformVector3D


Applies a general transformation expressed by a matrix to a 3D vector.

Syntax

C++
C#
Python
 
def TransformVector3D(
	inVector3D: Vector3D,
	inTransform: Matrix,
	/,
	*,
	inInverse: bool = False
)
-> outVector3D: Vector3D

Parameters

Name Type Default Description
Input value inVector3D Vector3D
Input value inTransform Matrix Transformation 3x3 or 4x4 matrix
Input value inInverse bool False Switches to the inverse operation
Output value outVector3D Vector3D