Parameters
- offsetX
- X coordinate of the offset vector.
- offsetY
- Y coordinate of the offset vector.
- offsetZ
- Z coordinate of the offset vector.
- transformBeforeMoving
- Flag that defines an order of transformation.
transformBeforeMoving
parameter is true then moving is performed before other transformations (that is, the current matrix is multiplied by the move matrix). Otherwise, the move matrix is multiplied by the current matrix.