Version:
Back to list
Geom :: multiplyMatrixPoint
Synopsis
Multiply a point by a matrix (i.e apply the matrix to a point)GUI Dialog
Script function
geom.multiplyMatrixPoint(matrix, point) -> resultParameters
matrix (Matrix4) : The matrix to apply
point (Point3) : The point to multiply
Return value
result (Point3) : The resulting point