Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
Back to list
Geom :: changeOfBasisMatrix
Synopsis
Construct a Change of Basis Matrix (e.g multiplying the point [0,0,0] will result to the point origin)
GUI Dialog
Script function
geom.changeOfBasisMatrix
(
origin
,
x
,
y
,
z
) ->
changeOfBasis
Parameters
origin
(
Point3
) : Origin of the new basis
x
(
Vector3
) : X axis of the new basis
y
(
Vector3
) : Y axis of the new basis
z
(
Vector3
) : Z axis of the new basis
Return value
changeOfBasis
(
Matrix4
) : The change of basis matrix